Click or drag to resize

ShellContextMenuAfterCommandExecute 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.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public event EventHandler<ShellCommandEventArgs> AfterCommandExecute

Value

Type: SystemEventHandlerShellCommandEventArgs
See Also