Click or drag to resize

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.0
Syntax
protected IDataObject DraggedDataObject { get; set; }

Property Value

Type: IDataObject
The dragged data object.
See Also