Class ChipClickEventArgs
The class that describes the event arguments of the OnClick event of the Chip.
Inheritance
System.Object
ChipClickEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ChipClickEventArgs : Object
Constructors
ChipClickEventArgs()
Declaration
public ChipClickEventArgs()
Properties
Text
Defines the text of the Chip that has been affected.
Declaration
public string Text { get; set; }
Property Value
System.String
|