Click or drag to resize

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

Value

Type: System.EventHandler<BeforeShellCommandEventArgs>
See Also