menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DragStopEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DragStopEventArgs

    Provides information about an OnDragStop event being triggered.

    Inheritance
    System.Object
    DragStopEventArgs
    Namespace: Syncfusion.Blazor.Popups
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DragStopEventArgs : Object

    Constructors

    DragStopEventArgs()

    Declaration
    public DragStopEventArgs()

    Properties

    Element

    Gets the element of the dialog.

    Declaration
    public DOM Element { get; set; }
    Property Value
    Type Description
    DOM

    DOM

    Event

    Gets the mouse event arguments.

    Declaration
    public MouseEventArgs Event { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.Web.MouseEventArgs

    Microsoft.AspNetCore.Components.Web.MouseEventArgs

    Helper

    Gets the drag helper element.

    Declaration
    public DOM Helper { get; set; }
    Property Value
    Type Description
    DOM

    DOM

    Name

    Gets the name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    System.String

    Target

    Gets the target element of the dialog.

    Declaration
    public DOM Target { get; set; }
    Property Value
    Type Description
    DOM

    DOM

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved