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