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

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ChipClickEventArgs

Inheritance: objectChipClickEventArgs

Constructors

C#
public ChipClickEventArgs()

Properties

Defines the text of the Chip that has been affected.

C#
public string Text { get; set; }