Click or drag to resize

TextAddedEventArgs Constructor

Initializes a new instance of the TextAddedEventArgs class.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public TextAddedEventArgs(
	string text
)

Parameters

text
Type: SystemString
The text added to the Console stream
See Also