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