Class
ChipClickEventArgs

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChipClickEventArgs

Inheritance: objectChipClickEventArgs

Constructors

ChipClickEventArgs()

Declaration

cs-api-definition
public ChipClickEventArgs()

Properties

Text

Defines the text of the Chip that has been affected.

Declaration

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

Property Value

string