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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected IDataObject DraggedDataObject { get; set; }

Property Value

Type: IDataObject
The dragged data object.
See Also