Click or drag to resize

ShellListViewOnBeforeInvokeCommand Method

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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