Click or drag to resize

IShellCommandInvokableOnAfterInvokeCommand Method

Is called after the command has been called.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
void OnAfterInvokeCommand(
	ShellCommandEventArgs e
)

Parameters

e
Type: Jam.ShellShellCommandEventArgs
Contains the command and the items the command was applied upon.
See Also