BeforeShellCommandEventArgs Class |
Namespace: Jam.Shell
The BeforeShellCommandEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Cancel | Gets or sets a value indicating whether the command should be cancelled. | |
| CommandSucceeded | Gets a value indicating whether the command succeeded. (Inherited from ShellCommandEventArgs.) | |
| Error | Returns the Exception that might have occurred. (Inherited from ShellCommandEventArgs.) | |
| ExecuteShellCommand |
Set to true if the selected command should be executed or set to false if not.
| |
| Items | Gets the ItemIdLists that will be affected by the ShellCommand. (Inherited from ShellCommandEventArgs.) | |
| Paths |
The paths the shell command will affect. (readonly)
(Inherited from ShellCommandEventArgs.) | |
| Verb |
Contains the context menu item, which has been selected.
(Inherited from ShellCommandEventArgs.) |