Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextChangedEventArgs - Xamarin.iOS API Reference | Syncfusion TextChanged event. ">

    Show / Hide Table of Contents

    Class TextChangedEventArgs

    Provides data for the TextChanged event.

    Inheritance
    System.Object
    TextChangedEventArgs
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class TextChangedEventArgs : Object

    Constructors

    TextChangedEventArgs(Annotation, DiagramBaseItem)

    Initializes a new instance of the TextChangedEventArgs class.

    Declaration
    public TextChangedEventArgs(Annotation annotation, DiagramBaseItem element)
    Parameters
    Type Name Description
    Annotation annotation

    Annotation instance where the text changed.

    DiagramBaseItem element

    Diagram element where the annotation resides.

    Properties

    Item

    Gets returns the Annotation instance where the text changed.

    Declaration
    public Annotation Item { get; }
    Property Value
    Type Description
    Annotation

    The item.

    Source

    Gets returns the Diagram element where the annotation resides.

    Declaration
    public DiagramBaseItem Source { get; }
    Property Value
    Type Description
    DiagramBaseItem

    The source.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved