Click or drag to resize

ShellTreeViewOnBeforeShowContextMenu Method

Calls the BeforeShowContextMenu event.

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

Parameters

e  ShellTreeSelectionCancelEventArgs
The eventargs holding the verb and affected elements.
See Also