Click or drag to resize

DragAndDropParametersEvent Property

Gets the drag and drop event.

Namespace:  DotNetBrowser.Input.DragAndDrop.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public DragEvent Event { get; }

Property Value

Type: DragEvent
The drag and drop event.
See Also