Raised when an update error or other exception occurs. Gives the opportunity to handle and display the error in a customized way
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 |
|---|---|
| Action | Describes what action has failed |
| Exception | Contains the exception that occurred |
| IsHandled | Set this property to true if you have handled the error and notified the user. |
TableEditor Class | DVXP.DXTableEditor Namespace