ShellBrowser .Net Edition
BeforeShellCommandEventArgs Class
NamespacesJam.ShellBeforeShellCommandEventArgs
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.
Declaration Syntax
C#Visual BasicVisual C++
public class BeforeShellCommandEventArgs : EventArgs
Public Class BeforeShellCommandEventArgs _
	Inherits EventArgs
public ref class BeforeShellCommandEventArgs : public EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
BeforeShellCommandEventArgs(String, PathCollection)
Default constructor.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Verb
The verb of the shell command that is to be performed.

Inheritance Hierarchy
Object
EventArgs
 BeforeShellCommandEventArgs

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)