Class
DiagramConnectionDragEndEventArgs

The event arguments for the Diagram connection drag end event. Contains information about the connections that were dragged.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramConnectionDragEndEventArgs

Inheritance: objectDiagramConnectionDragEndEventArgs

Constructors

DiagramConnectionDragEndEventArgs()

Declaration

cs-api-definition
public DiagramConnectionDragEndEventArgs()

Properties

ConnectionHandle

The connection handle that was dragged, if applicable. Contains the handle name (e.g., "source" or "target") when a connection endpoint was dragged.

Declaration

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

Property Value

string

Connections

The connections that were dragged.

Declaration

cs-api-definition
public List<DiagramConnectionDragDescriptor> Connections { get; set; }

Property Value

List<DiagramConnectionDragDescriptor>