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