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.0
Syntax
public event EventHandler<BeforeShellCommandEventArgs> BeforeShellCommand

Value

Type: SystemEventHandlerBeforeShellCommandEventArgs
See Also