Class ValueChangedEventArgs
The ValueChangedEventArgs class contains an argument of its own.
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Syncfusion.SfAutoComplete.XForms
Assembly: Syncfusion.SfAutoComplete.XForms.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs()
Declaration
public ValueChangedEventArgs()
Properties
Value
Gets the Text of SfAutoComplete control.
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |