Class DragEventArgs
Provides arguments for the OnDrag event, which is triggered while the dialog is being dragged.
Inheritance
System.Object
DragEventArgs
Namespace: Syncfusion.Blazor.Toolkit.Popups
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class DragEventArgs : Object
Remarks
This event fires continuously as the user moves the dialog across the screen.
Constructors
DragEventArgs()
Declaration
public DragEventArgs()
Properties
Event
Gets the browser's mouse event arguments for the drag action.
Declaration
public MouseEventArgs Event { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Components.Web.MouseEventArgs | A Microsoft.AspNetCore.Components.Web.MouseEventArgs object. |
Remarks
This provides detailed information about the mouse state, such as its current position.
Name
Gets the name of the event.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The event name as a |
Remarks
Identifies the fired event.