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

The event arguments for the Diagram shape drag end event. Contains information about the shapes that were dragged.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramShapeDragEndEventArgs

Inheritance: objectDiagramShapeDragEndEventArgs

Constructors

C#
public DiagramShapeDragEndEventArgs()

Properties

The shapes that were dragged.

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