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 |
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 |
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 |