Click or drag to resize

JamBaseShellListViewBaseOnDragDrop Method

Calls the original inherited OnDragDrop method.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected void BaseOnDragDrop(
	DragEventArgs drgevent
)

Parameters

drgevent
Type: System.Windows.FormsDragEventArgs
The DragEventArgs instance containing the event data.
See Also