Win32ShellContextMenuProviderOnAfterCommandExecute Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax protected virtual void OnAfterCommandExecute(
ShellCommand pCommand,
Exception pException
)
Protected Overridable Sub OnAfterCommandExecute (
pCommand As ShellCommand,
pException As Exception
)
protected:
virtual void OnAfterCommandExecute(
ShellCommand^ pCommand,
Exception^ pException
)
abstract OnAfterCommandExecute :
pCommand : ShellCommand *
pException : Exception -> unit
override OnAfterCommandExecute :
pCommand : ShellCommand *
pException : Exception -> unit
Parameters
- pCommand
- Type: Jam.ShellShellCommand
The command. - pException
- Type: SystemException
An exception that might have occurred.
See Also