Class
ChipListRemoveEventArgs

The class that describes the event arguments of the OnChipRemove event of the ChipList.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChipListRemoveEventArgs

Inheritance: objectChipListRemoveEventArgs

Constructors

ChipListRemoveEventArgs()

Declaration

cs-api-definition
public ChipListRemoveEventArgs()

Properties

IsCancelled

Defines whether the event is canceled and the built-in action prevented.

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Item

Defines the item associated with the removed chip.

Declaration

cs-api-definition
public object Item { get; set; }

Property Value

object