Click or drag to resize

TextEventArgs Constructor

Initializes a new instance of the TextEventArgs class.

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public TextEventArgs(
	string text
)

Parameters

text
Type: SystemString
The text associated with the event.
See Also