ShellListViewOnBeforeInvokeCommand Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public override void OnBeforeInvokeCommand(
BeforeShellCommandEventArgs e
)
Public Overrides Sub OnBeforeInvokeCommand (
e As BeforeShellCommandEventArgs
)
public:
virtual void OnBeforeInvokeCommand(
BeforeShellCommandEventArgs^ e
) override
abstract OnBeforeInvokeCommand :
e : BeforeShellCommandEventArgs -> unit
override OnBeforeInvokeCommand :
e : BeforeShellCommandEventArgs -> unit
Parameters
- e
- Type: Jam.ShellBeforeShellCommandEventArgs
The EventArgs holding the verb and affected elements.
Implements
IShellCommandInvokableOnBeforeInvokeCommand(BeforeShellCommandEventArgs)See Also