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)
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