ShellListViewOnBeforeInvokeCommand Method | 
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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  BeforeShellCommandEventArgs
 - The EventArgs holding the verb and affected elements.
 
Implements
IShellCommandInvokableOnBeforeInvokeCommand(BeforeShellCommandEventArgs)
See Also