ContextMenuItemSelectedEventArgs Constructor |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ContextMenuItemSelectedEventArgs(
string aCommand
)
Public Sub New (
aCommand As String
)
public:
ContextMenuItemSelectedEventArgs(
String^ aCommand
)
new :
aCommand : string -> ContextMenuItemSelectedEventArgs
Parameters
- aCommand
- Type: SystemString
Contains the context menu item, which has been selected.
See Also