ShellBrowser .Net Edition
OnBeforeShellCommand Method (verb)
NamespacesJam.ShellShellBrowserOnBeforeShellCommand(String)
This method is called to trigger the BeforeShellCommand event.
Declaration Syntax
C#Visual BasicVisual C++
protected bool OnBeforeShellCommand(
	string verb
)
Protected Function OnBeforeShellCommand ( _
	verb As String _
) As Boolean
protected:
bool OnBeforeShellCommand(
	String^ verb
)
Parameters
verb (String)
the command verb that will be used in the preceeding shell command
Return Value
true if the shell command should be executed, false if the operation should be aborted.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)