Click or drag to resize

JamBaseShellListViewBaseOnDragDrop Method

Calls the original inherited OnDragDrop method.

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

Parameters

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