ContextMenuItemSelectedEventArgs Constructor |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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