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