Blazor

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

    Show / Hide Table of Contents

    Class DragStartEventArgs

    Provides data for the DragStart event.

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

    Constructors

    DragStartEventArgs()

    Declaration
    public DragStartEventArgs()

    Properties

    Element

    Returns the element of the dialog.

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

    Event

    Returns the original event arguments when triggering the event.

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

    Name

    Specifies the name of the event.

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

    Target

    Returns the target element of the dialog.

    Declaration
    public DOM Target { get; set; }
    Property Value
    Type Description
    DOM
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved