JamBaseShellListView.OnBeforeInvokeCommand Method |
Is called before the command is called.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntaxpublic virtual void OnBeforeInvokeCommand(
BeforeShellCommandEventArgs e
)
Public Overridable Sub OnBeforeInvokeCommand (
e As BeforeShellCommandEventArgs
)
public:
virtual void OnBeforeInvokeCommand(
BeforeShellCommandEventArgs^ e
)
abstract OnBeforeInvokeCommand :
e : BeforeShellCommandEventArgs -> unit
override OnBeforeInvokeCommand :
e : BeforeShellCommandEventArgs -> unit
Parameters
- e
- Type: Jam.Shell.BeforeShellCommandEventArgs
The eventargs holding the verb and affected elements.
Implements
IShellCommandInvokable.OnBeforeInvokeCommand(BeforeShellCommandEventArgs)
See Also