New to Telerik UI for BlazorStart a free 30-day trial

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:

C#
public class DiagramShapeDragStartEventArgs

Inheritance: objectDiagramShapeDragStartEventArgs

Constructors

C#
public DiagramShapeDragStartEventArgs()

Properties

The shapes that started being dragged.

C#
public List<DiagramShapeDragDescriptor> Shapes { get; set; }