Click or drag to resize

ShellTreeViewOnBeforeInvokeCommand Method

Is called before the command is called.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public void OnBeforeInvokeCommand(
	BeforeShellCommandEventArgs e
)

Parameters

e
Type: Jam.ShellBeforeShellCommandEventArgs
EventArgs holding the verb that is to be executed and the affected elements. If Cancel is set to true, the command is not further executed.

Implements

IShellCommandInvokableOnBeforeInvokeCommand(BeforeShellCommandEventArgs)
See Also