Class
ChipRemoveEventArgs

The class that describes the event arguments of the OnRemove event of the Chip.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChipRemoveEventArgs

Inheritance: objectChipRemoveEventArgs

Constructors

ChipRemoveEventArgs()

Declaration

cs-api-definition
public ChipRemoveEventArgs()

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

Text

Defines the Text associated with the removed chip.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string