ClassDiagramShapeDragStartEventArgs
Class
The event arguments for the Diagram shape drag start event. Contains information about the shapes that started being dragged.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class DiagramShapeDragStartEventArgs
Inheritance: objectDiagramShapeDragStartEventArgs
Constructors
DiagramShapeDragStartEventArgs()
Declaration
cs-api-definition
public DiagramShapeDragStartEventArgs()
Properties
Shapes
The shapes that started being dragged.
Declaration
cs-api-definition
public List<DiagramShapeDragDescriptor> Shapes { get; set; }
Property Value