Click or drag to resize

JamBaseShellListViewOnMouseUp Method

Overrides the OnMouseUp event, to handle e.g. double clicks and right clicks on files or folders and the selection of files or folders, when the CheckBoxes are switched on.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected override void OnMouseUp(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.FormsMouseEventArgs
Provides data for the OnMouseUp event.
See Also