ValidationErrorEventArgs.Action Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the state of the validation error.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Controls.ValidationErrorEventActionOne of the enumeration values that indicates the state of the validation error.
If Action is Added, the ValidationError is new. If Action is Removed, the ValidationError has been resolved.
Show: