Class
DiagramShapeDragEndEventArgs

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:

cs-api-definition
public class DiagramShapeDragEndEventArgs

Inheritance: objectDiagramShapeDragEndEventArgs

Constructors

DiagramShapeDragEndEventArgs()

Declaration

cs-api-definition
public DiagramShapeDragEndEventArgs()

Properties

Shapes

The shapes that were dragged.

Declaration

cs-api-definition
public List<DiagramShapeDragDescriptor> Shapes { get; set; }

Property Value

List<DiagramShapeDragDescriptor>