Class SelectionChangingEventArgs
Represents ChipGroup SelectionChangingEventArgs arguments.
Inheritance
System.Object
SelectionChangingEventArgs
Namespace: Syncfusion.Buttons.XForms.SfChip
Assembly: Syncfusion.Buttons.XForms.dll
Syntax
public class SelectionChangingEventArgs : EventArgs
Remarks
It contains information about selected chip and index.
Constructors
SelectionChangingEventArgs()
Declaration
public SelectionChangingEventArgs()
Properties
AddedItem
Gets the value of the currently added item.
Declaration
public object AddedItem { get; }
Property Value
Type |
---|
System.Object |
Cancel
Gets or sets a value indicating whether the selection should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
RemovedItem
Gets the value of the currently removed item.
Declaration
public object RemovedItem { get; }
Property Value
Type |
---|
System.Object |