Click or drag to resize

ProcessEventArgs Constructor (String)

Initializes a new instance of the ProcessEventArgs class.

Namespace:  ConsoleControlAPI
Assembly:  ConsoleControlAPI (in ConsoleControlAPI.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public ProcessEventArgs(
	string content
)

Parameters

content
Type: SystemString
The content.
See Also