DragEventDataObject Property  | 
 
                Gets the Windows-specific representation of the drop data.
            
 
    Namespace: 
   DotNetBrowser.Input.DragAndDrop.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntaxpublic IDataObject DataObject { get; }Property Value
Type: 
IDataObjectThe IDataObject instance or null if the Windows-specific representation is not available.
Remarks
                This functionality is available for .NET Framework on Windows only when the "--enable-com-in-drag-drop" Chromium
                switch is specified.
            
See Also