Click or drag to resize

Win32ShellContextMenuProviderOnAfterCommandExecute Method

Executes the AfterCommandExecute event.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
protected virtual void OnAfterCommandExecute(
	ShellCommand pCommand,
	Exception pException
)

Parameters

pCommand
Type: Jam.ShellShellCommand
The command.
pException
Type: SystemException
An exception that might have occurred.
See Also