Click or drag to resize

TextValidationEventArgs Constructor

Initializes a new instance of the TextValidationEventArgs class.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public TextValidationEventArgs(
	string? text
)

Parameters

text
Type: SystemString
The text to validate.
See Also