Class SelectionChangedEventArgs
The SelectionChangedEventArgs class contains an argument of its own.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.SfAutoComplete.XForms
Assembly: Syncfusion.SfAutoComplete.XForms.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
AddedItems
Gets the value of AddedItems. This property can be used to add items in SelectionChangedEventArgs.
Declaration
public object AddedItems { get; }
Property Value
Type | Description |
---|---|
System.Object | The added items. |
RemovedItems
Gets the value of RemovedItems. This property can be used to remove items in SelectionChangedEventArgs.
Declaration
public object RemovedItems { get; }
Property Value
Type | Description |
---|---|
System.Object | The removed items. |
Value
Gets the Text of SfAutoComplete control.
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |