| ShellListViewOnAfterInvokeCommand Method  | 
 Is called after the command has been called.
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic override void OnAfterInvokeCommand(
	ShellCommandEventArgs e
)
Public Overrides Sub OnAfterInvokeCommand ( 
	e As ShellCommandEventArgs
)
public:
virtual void OnAfterInvokeCommand(
	ShellCommandEventArgs^ e
) override
abstract OnAfterInvokeCommand : 
        e : ShellCommandEventArgs -> unit 
override OnAfterInvokeCommand : 
        e : ShellCommandEventArgs -> unit Parameters
- e
- Type: Jam.ShellShellCommandEventArgs
 Contains the command and the items the command was applied upon.
Implements
IShellCommandInvokableOnAfterInvokeCommand(ShellCommandEventArgs) See Also
See Also