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 DiagramConnectionClickEventArgs

Inheritance: objectDiagramConnectionClickEventArgs

Constructors

C#
public DiagramConnectionClickEventArgs()

Properties

SPecifies the from shape id.

C#
public string FromId { get; set; }

SPecifies the X coordinate.

C#
public double? FromX { get; set; }

SPecifies the Y coordinate.

C#
public double? FromY { get; set; }

SPecifies the to shape id.

C#
public string ToId { get; set; }

SPecifies the X coordinate.

C#
public double? ToX { get; set; }

SPecifies the Y coordinate.

C#
public double? ToY { get; set; }