IShellCommandInvokableOnBeforeInvokeCommand Method |
Is called before the command is called.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxvoid OnBeforeInvokeCommand(
BeforeShellCommandEventArgs e
)
Sub OnBeforeInvokeCommand (
e As BeforeShellCommandEventArgs
)
void OnBeforeInvokeCommand(
BeforeShellCommandEventArgs^ e
)
abstract OnBeforeInvokeCommand :
e : BeforeShellCommandEventArgs -> unit Parameters
- e BeforeShellCommandEventArgs
- EventArgs holding the verb that is to be executed and the affected elements. If Cancel is set to true, the command is not further executed.
See Also