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.2
Syntax
public ContextMenuItemSelectedEventArgs(
	string aCommand
)

Parameters

aCommand  String
Contains the context menu item, which has been selected.
See Also