Click or drag to resize

IShellCommandInvokable Interface

Interface for components supporting to invoke shell commands.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public interface IShellCommandInvokable

The IShellCommandInvokable type exposes the following members.

Methods
  NameDescription
Public methodInvokeCommandOnSelected
Executes the given command on the selected items. Not implemented in base-class.
Public methodOnAfterInvokeCommand
Is called after the command has been called.
Public methodOnBeforeInvokeCommand
Is called before the command is called.
Top
See Also