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

The click event arguments.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramShapeClickEventArgs

Inheritance: objectDiagramShapeClickEventArgs

Constructors

C#
public DiagramShapeClickEventArgs()

Properties

THe id of the item.

C#
public string Id { get; set; }