Click or drag to resize

ContextMenuItemSelectedEventArgs Class

The ContextMenuItemSelectedEventArgs contains data for the ContextMenuItemSelected event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellContextMenuItemSelectedEventArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class ContextMenuItemSelectedEventArgs : EventArgs

The ContextMenuItemSelectedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodContextMenuItemSelectedEventArgs Initializes a new instance of the ContextMenuItemSelectedEventArgs class.
Top
Properties
 NameDescription
Public propertyCommand Contains the context menu item, which has been selected.
Public propertyExecuteCommand Set to true if the selected command should be executed or set to false if not.
Top
See Also