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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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
IDataObjectThe dragged data object.
See Also