[]
Fires when a row is losing focus and needs to be validated.
public event RowColEventHandler RowValidating
Type | Description |
---|---|
RowColEventHandler | Fires when a row is losing focus and needs to be validated. |
This event is analogous to the Validating event.
Use this event to perform validation on all the values of a row. If the row does not pass validation, set the Cancel property to true.
Canceling this event prevents the RowValidated event from occurring, and also prevents the user from leaving the invalid row.