Click or drag to resize

JamBaseShellListViewOnBeforeInvokeCommand Method

Is called before the command is called.

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

Parameters

e  BeforeShellCommandEventArgs
The eventargs holding the verb and affected elements.

Implements

IShellCommandInvokableOnBeforeInvokeCommand(BeforeShellCommandEventArgs)
See Also