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.2
Syntax
public override void OnBeforeInvokeCommand(
	BeforeShellCommandEventArgs e
)

Parameters

e  BeforeShellCommandEventArgs
The EventArgs holding the verb and affected elements.

Implements

IShellCommandInvokableOnBeforeInvokeCommand(BeforeShellCommandEventArgs)
See Also