Click or drag to resize

ShellTreeViewOnBeforeShowContextMenu Method

Calls the BeforeShowContextMenu event.

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

Parameters

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