Click or drag to resize

ShellBrowserBaseOnAfterInvokeCommand Method

Is called after the command has been called.

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

Parameters

e  ShellCommandEventArgs
Contains the command and the items the command was applied upon.

Implements

IShellCommandInvokableOnAfterInvokeCommand(ShellCommandEventArgs)
See Also