Click or drag to resize

JamBaseShellListViewDroppedDataObject Property

During a drag and drop operation this member contains the IDataObject that is dragged over the control. Filled in DragEnter.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected IDataObject DroppedDataObject { get; set; }

Property Value

Type: IDataObject
The dropped data object.
See Also