Click or drag to resize

JamBaseShellListViewOnBeforeInvokeCommand Method

Is called before the command is called.

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

Parameters

e
Type: Jam.ShellBeforeShellCommandEventArgs
The eventargs holding the verb and affected elements.

Implements

IShellCommandInvokableOnBeforeInvokeCommand(BeforeShellCommandEventArgs)
See Also