Class SelectionChangingEventArgs
Selection changing event args class.
Inheritance
System.Object
SelectionChangingEventArgs
Namespace: Syncfusion.SfAutoComplete.iOS
Assembly: Syncfusion.SfAutoComplete.iOS.dll
Syntax
public class SelectionChangingEventArgs : CancelEventArgs
Constructors
SelectionChangingEventArgs()
Declaration
public SelectionChangingEventArgs()
Properties
Value
Gets the value.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object | The value. |