DragEventDropData Property |
Gets the general representation of the drop data.
Namespace:
DotNetBrowser.Input.DragAndDrop.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public IDropData DropData { get; }
Property Value
Type:
IDropDataThe drop data.
See Also