Click or drag to resize

ContextMenuItemSelectedEventArgs Constructor

Initializes a new instance of the ContextMenuItemSelectedEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public ContextMenuItemSelectedEventArgs(
	string aCommand
)

Parameters

aCommand
Type: SystemString
Contains the context menu item, which has been selected.
See Also