JamBaseShellListViewDraggedDataObject Property |
During a drag and drop operation that origins in this control this member contains the IDataObject. Filled in the ItemDrag method of the control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected IDataObject DraggedDataObject { get; set; }
Protected Property DraggedDataObject As IDataObject
Get
Set
protected:
property IDataObject^ DraggedDataObject {
IDataObject^ get ();
void set (IDataObject^ value);
}
member DraggedDataObject : IDataObject with get, set
Property Value
Type:
IDataObjectThe dragged data object.
See Also