ClassDiagramConnectionDragStartEventArgs
Class
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:
cs-api-definition
public class DiagramConnectionDragStartEventArgs
Inheritance: objectDiagramConnectionDragStartEventArgs
Constructors
DiagramConnectionDragStartEventArgs()
Declaration
cs-api-definition
public DiagramConnectionDragStartEventArgs()
Properties
ConnectionHandle
The connection handle that started being dragged, if applicable. Contains the handle name (e.g., "source" or "target") when dragging a connection endpoint.
Connections
The connections that started being dragged.
Declaration
cs-api-definition
public List<DiagramConnectionDragDescriptor> Connections { get; set; }
Property Value