| ShellListViewOnBeforeInvokeCommand Method  | 
  
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic 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
See Also