Click or drag to resize

ShellListViewOnBeforeInvokeCommand Method

Allows deriving classes to handle the command internally in InvokeCommandOnSelected(ShellCommand).

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

Parameters

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

Implements

IShellCommandInvokableOnBeforeInvokeCommand(BeforeShellCommandEventArgs)
See Also