Fired when errors occur in an attempt to update the database when the end user leaves a modified row.
The event handler receives an argument of type ErrorEventArgs containing data related to this event. The following ErrorEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Error | Exception object describing the error. |
| ShowMessage | Indicates whether an error message is shown. Set this argument to False if you have already shown an error message or otherwise handled the error and do not want the standard error message to appear. |