Click or drag to resize

ShellContextMenu.AfterCommandExecute 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: System.EventHandler<ShellCommandEventArgs>
See Also