Click or drag to resize

Win32ShellContextMenuProvider.OnAfterCommandExecute Method

Executes the AfterCommandExecute event.

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

Parameters

pCommand
Type: Jam.Shell.ShellCommand
The command.
pException
Type: System.Exception
An exception that might have occurred.
See Also