Class ChipSelectedEventArgs<T>
Specifies the chip selected event.
Inheritance
System.Object
ChipSelectedEventArgs<T>
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChipSelectedEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T | Specifies the type of ChipSelectedEventArgs. |
Constructors
ChipSelectedEventArgs()
Declaration
public ChipSelectedEventArgs()
Properties
ChipData
Gets or sets the selected chip data from the data source.
Declaration
public T ChipData { get; }
Property Value
Type |
---|
T |