ShellBrowser .Net Edition
ContextMenuItemSelectedEventArgs Class
NamespacesJam.ShellContextMenuItemSelectedEventArgs
The ContextMenuItemSelectedEventArgs contains data for the ContextMenuItemSelected event.
Declaration Syntax
C#Visual BasicVisual C++
public class ContextMenuItemSelectedEventArgs : EventArgs
Public Class ContextMenuItemSelectedEventArgs _
	Inherits EventArgs
public ref class ContextMenuItemSelectedEventArgs : public EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ContextMenuItemSelectedEventArgs(String)
Initializes a new instance of the ContextMenuItemSelectedEventArgs class.

Command
Contains the context menu item, which has been selected.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecuteCommand
Set to true if the selected command should be executed or set to false if not.

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.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 ContextMenuItemSelectedEventArgs

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