The BeforeShellCommandEventArgs contains data for the BeforeShellCommand event.
You can permit the execution of the shell command by registering to the event, then setting
ExecuteShellCommand to false if necessary.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| BeforeShellCommandEventArgs(String, PathCollection) |
Default constructor.
| |
| Equals(Object) | (Inherited from Object.) | |
| ExecuteShellCommand |
Set this to false if you want to permit the execution of
the shell command.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Paths |
The paths the shell command will affect. (readonly)
| |
| ToString()()() | (Inherited from Object.) | |
| Verb |
The verb of the shell command that is to be performed.
|