Enum ValidationErrorEventAction
Describes if a validation error has been added or cleared
public enum ValidationErrorEventAction
Fields
Added = 0
A new ValidationError has been detected.
Removed = 1
An existing ValidationError has been cleared.