Class TextChangedEventArgs
Text changed event arguments.
Inheritance
System.Object
TextChangedEventArgs
Namespace: Syncfusion.Maui.SmartComponents
Assembly: Syncfusion.Maui.SmartComponents.dll
Syntax
public class TextChangedEventArgs : EventArgs
Constructors
TextChangedEventArgs()
Declaration
public TextChangedEventArgs()
Properties
NewTextValue
Gets the new text.
Declaration
public string NewTextValue { get; }
Property Value
| Type |
|---|
| System.String |
OldTextValue
Gets the previous text.
Declaration
public string OldTextValue { get; }
Property Value
| Type |
|---|
| System.String |