ComponentOne True DBGrid for WinForms
Error Event

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : Error Event
Occurs whenever an exception is thrown during end user interaction.
Syntax
'Declaration
 
Public Event Error As ErrorEventHandler
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
True to continue as if no exception was raised.  
The exception which caused the Event to be raised.  
True if the exception has been handled.  
See Also