 | ProcessEventArgs Constructor (String, Int32) |
Namespace:
ConsoleControlAPI
Assembly:
ConsoleControlAPI (in ConsoleControlAPI.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic ProcessEventArgs(
string content,
int code
)
Parameters
- content
- Type: SystemString
The content. - code
- Type: SystemInt32
The code.
See Also