DragAndDropParametersDragAndDrop Property |
Gets the
IDragAndDrop instance the handler is associated with.
Namespace:
DotNetBrowser.Input.DragAndDrop.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public IDragAndDrop DragAndDrop { get; }
Property Value
Type:
IDragAndDropThe
IDragAndDrop instance the handler is associated with.
See Also