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

Property Value

IDataObject
The dragged data object.
See Also