Click or drag to resize

ShellTreeViewOnAfterInvokeCommand Method

Is called after the command has been called.

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

Parameters

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

Implements

IShellCommandInvokableOnAfterInvokeCommand(ShellCommandEventArgs)
See Also