Click or drag to resize

JamBaseShellListViewOnBeforeShowContextMenu Method

Calls the BeforeShowContextMenu event.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public virtual void OnBeforeShowContextMenu(
	ListSelectionCancelEventArgs e
)

Parameters

e
Type: Jam.ShellListSelectionCancelEventArgs
The eventargs holding the verb and affected elements.
See Also