Click or drag to resize

Win32ShellContextMenuProviderAfterCommandExecute Event

This event is fired after a command that was selected from the context menu or passed to ExecuteCommand(ShellContextMenuCommand) is processed.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public event EventHandler<ShellCommandEventArgs> AfterCommandExecute

Value

Type: SystemEventHandlerShellCommandEventArgs
See Also