Class IBlazorDragLeaveEventArgs
Notifies when the elements leave from the diagram.
Inheritance
System.Object
IBlazorDragLeaveEventArgs
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class IBlazorDragLeaveEventArgs : Object
Constructors
IBlazorDragLeaveEventArgs()
Declaration
public IBlazorDragLeaveEventArgs()
Properties
DiagramId
Returns the id of the diagram.
Declaration
public string DiagramId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Element
Returns the element of the diagram, such as the node, the connector that is dragged outside of the diagram.
Declaration
public DiagramEventObject Element { get; set; }
Property Value
Type | Description |
---|---|
DiagramEventObject |