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 |