Click or drag to resize

DragAndDropParametersDragAndDrop Property

Gets the IDragAndDrop instance the handler is associated with.

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

Property Value

Type: IDragAndDrop
The IDragAndDrop instance the handler is associated with.
See Also