Click or drag to resize

BeforeShellDropEventArgsDataObject Property

Returns the IDataObject holding the object that is dragged.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public IDataObject DataObject { get; }

Property Value

Type: IDataObject
An IDataObject.
See Also