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; }
Public ReadOnly Property DataObject As IDataObject
Get
public:
property IDataObject^ DataObject {
IDataObject^ get ();
}
member DataObject : IDataObject with get
Property Value
Type:
IDataObject
An
IDataObject.
See Also