The event arguments for the Diagram connection drag start event. Contains information about the connections that started being dragged.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramConnectionDragStartEventArgs
Inheritance: objectDiagramConnectionDragStartEventArgs
Constructors
C#
public DiagramConnectionDragStartEventArgs()
Properties
The connection handle that started being dragged, if applicable. Contains the handle name (e.g., "source" or "target") when dragging a connection endpoint.
C#
public string ConnectionHandle { get; set; }
The connections that started being dragged.
C#
public List<DiagramConnectionDragDescriptor> Connections { get; set; }