Click or drag to resize

DragEventDropData Property

Gets the general representation of the drop data.

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

Property Value

Type: IDropData
The drop data.
See Also