Class ItemRemovedEventArgs
Represents ChipGroup ItemRemovedEventArgs arguments.
Inheritance
System.Object
ItemRemovedEventArgs
Namespace: Syncfusion.Buttons.XForms.SfChip
Assembly: Syncfusion.Buttons.XForms.dll
Syntax
public class ItemRemovedEventArgs : EventArgs
Remarks
It contains information about removed chip.
Constructors
ItemRemovedEventArgs()
Declaration
public ItemRemovedEventArgs()
Properties
RemovedItem
Gets the value of the currently removed chip item.
Declaration
public object RemovedItem { get; }
Property Value
Type |
---|
System.Object |