Click or drag to resize

Win32ShellContextMenuProviderBeforeCommandExecute 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
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public event EventHandler<BeforeShellCommandEventArgs> BeforeCommandExecute

Value

Type: SystemEventHandlerBeforeShellCommandEventArgs
See Also