Class SelectionChangedEventArgs
Represents chip group selection changed event arguments.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.Buttons.XForms.SfChip
Assembly: Syncfusion.Buttons.XForms.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Remarks
It contains information like selected chips and index.
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
AddedItem
Gets the value of the currently selected chip.
Declaration
public object AddedItem { get; }
Property Value
Type |
---|
System.Object |
RemovedItem
Gets the value of the list of selected chips.
Declaration
public object RemovedItem { get; }
Property Value
Type |
---|
System.Object |