InvokeCommandEventArgs Constructor |
Constructor
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public InvokeCommandEventArgs(
string command
)
Public Sub New (
command As String
)
public:
InvokeCommandEventArgs(
String^ command
)
new :
command : string -> InvokeCommandEventArgs
Parameters
- command
- Type: SystemString
the command-word
See Also