Class SelectionChangingEventArgs
The SelectionChangingEventArgs class contains an argument of its own.
Inherited Members
Namespace: Syncfusion.SfAutoComplete.XForms
Assembly: Syncfusion.SfAutoComplete.XForms.dll
Syntax
public class SelectionChangingEventArgs : CancelEventArgs
Constructors
SelectionChangingEventArgs()
Declaration
public SelectionChangingEventArgs()
Properties
Value
Gets the Text of SfAutoComplete control.
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |