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.1
Syntax public event EventHandler<BeforeShellCommandEventArgs> BeforeShellCommand
Public Event BeforeShellCommand As EventHandler(Of BeforeShellCommandEventArgs)
public:
event EventHandler<BeforeShellCommandEventArgs^>^ BeforeShellCommand {
void add (EventHandler<BeforeShellCommandEventArgs^>^ value);
void remove (EventHandler<BeforeShellCommandEventArgs^>^ value);
}
member BeforeShellCommand : IEvent<EventHandler<BeforeShellCommandEventArgs>,
BeforeShellCommandEventArgs>
Value
Type:
SystemEventHandlerBeforeShellCommandEventArgsSee Also