Validation Events are used to check the validity of data entered into a Field or Table Control.
When a page is submitted by a user the Validation Events are run for all Field and Table Controls:
- that are editable (not hidden and not display only)
- that appear before the Control that submitted the page
- whose Field value has changed since the last validation
The Validation Events are run in the order of the Controls on the page.
A Validation Event is considered successful, i.e the input is valid, if no error message is issued.