Click or drag to resize

ShellContextMenuBeforeCommandExecute Event

This event is fired before 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<BeforeShellCommandEventArgs> BeforeCommandExecute

Value

Type: SystemEventHandlerBeforeShellCommandEventArgs
See Also