DVXP TEdit.NET 3.0

TableEditor.Error Event

Raised when an update error or other exception occurs. Gives the opportunity to handle and display the error in a customized way

[Visual Basic]
Public Event Error As ErrorEventHandler
[C#]
public event ErrorEventHandler Error;

Event Data

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.

PropertyDescription
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.

See Also

TableEditor Class | DVXP.DXTableEditor Namespace