Click or drag to resize

TextValidationAction Enumeration

The action to be taken after text validation.

Namespace: TomsToolbox.Wpf
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum TextValidationAction
Members
Member nameValueDescription
None0 The text is OK, nothing to do.
Error1 The text contains errors and should be highlighted.
Undo2 The text contains errors, the last change should be undone.
See Also