Class ChipRemoveEventArgs
The class that describes the event arguments of the OnRemove event of the Chip.
Inheritance
System.Object
ChipRemoveEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ChipRemoveEventArgs : Object
Constructors
ChipRemoveEventArgs()
Declaration
public ChipRemoveEventArgs()
Properties
IsCancelled
Defines whether the event is canceled and the built-in action prevented.
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|
Text
Defines the Text associated with the removed chip.
Declaration
public string Text { get; set; }
Property Value
System.String
|