Click or drag to resize

ConsoleEventArgs Constructor (String)

Initializes a new instance of the ConsoleEventArgs class.

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

Parameters

content
Type: SystemString
The content.
See Also