Click or drag to resize

ShellBrowserBaseOnBeforeInvokeCommand Method

Is called before the command is called.

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

Parameters

e
Type: Jam.ShellBeforeShellCommandEventArgs
EventArgs holding the verb that is to be executed and the affected elements.

Implements

IShellCommandInvokableOnBeforeInvokeCommand(BeforeShellCommandEventArgs)
See Also