Class AutocompleteValueChangedEventArgs
Provides event data for the Autocomplete ValueChanged event.
Inheritance
System.Object
AutocompleteValueChangedEventArgs
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public class AutocompleteValueChangedEventArgs : EventArgs
Constructors
AutocompleteValueChangedEventArgs()
Declaration
public AutocompleteValueChangedEventArgs()
Properties
NewValue
Gets the new value after the change.
Declaration
public string NewValue { get; }
Property Value
Type | Description |
---|---|
System.String | The new value of the item. |
OldValue
Gets the previous value before the change.
Declaration
public string OldValue { get; }
Property Value
Type | Description |
---|---|
System.String | The old value of the item. |