Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IBlazorDragLeaveEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved