Click or drag to resize

ContextMenuItemSelectedEventArgs Constructor

Initializes a new instance of the ContextMenuItemSelectedEventArgs class.

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

Parameters

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