Class SelectionChangedEventArgs
Selection changed event arguments.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Com.Syncfusion.Autocomplete
Assembly: Syncfusion.SfAutoComplete.Android.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
AddedItems
Gets the recently added items.
Declaration
public object AddedItems { get; }
Property Value
Type |
---|
System.Object |
RemovedItems
Gets the recently removed items.
Declaration
public object RemovedItems { get; }
Property Value
Type |
---|
System.Object |
Value
Gets the value.
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |