New to Telerik UI for BlazorStart a free 30-day trial

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ChipListRemoveEventArgs

Inheritance: objectChipListRemoveEventArgs

Constructors

C#
public ChipListRemoveEventArgs()

Properties

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

C#
public bool IsCancelled { get; set; }

Defines the item associated with the removed chip.

C#
public object Item { get; set; }