Click or drag to resize

ShellBrowserBaseBeforeShellCommand Event

This event is fired before a shell command is executed. It can be intercepted by setting Cancel to true in the event handler.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public event EventHandler<BeforeShellCommandEventArgs> BeforeShellCommand

Value

EventHandlerBeforeShellCommandEventArgs
See Also