menu

Blazor

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

    Show / Hide Table of Contents

    Class DragEventArgs

    Provides information about an OnDrag event being triggered.

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

    Constructors

    DragEventArgs()

    Declaration
    public DragEventArgs()

    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

    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