Class TextChangedEventArgs
Provides data for the TextChanged event.
Inheritance
System.Object
TextChangedEventArgs
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class TextChangedEventArgs : EventArgs
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 | |
| DiagramBaseItem | element | Element. |
Properties
Item
Gets item.
Declaration
public Annotation Item { get; }
Property Value
| Type | Description |
|---|---|
| Annotation | The item. |
Source
Gets the source.
Declaration
public DiagramBaseItem Source { get; }
Property Value
| Type | Description |
|---|---|
| DiagramBaseItem | The source. |