C1.Win.C1List.ListBase Namespace / C1ListBase Class / Error Event

Error Event (C1ListBase)
Fires when a data access error occurs.
Syntax
'Declaration
 
Public Event Error As ErrorEventHandler
 
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
The exception which caused the Event to be raised.  
True if the exception has been handled.  
See Also