| TextValidationAction Enumeration |
The action to be taken after text validation.
Namespace: TomsToolbox.WpfAssembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax public enum TextValidationAction
Public Enumeration TextValidationAction
Members Member name | Value | Description |
---|
None | 0 |
The text is OK, nothing to do.
|
Error | 1 |
The text contains errors and should be highlighted.
|
Undo | 2 |
The text contains errors, the last change should be undone.
|
See Also