ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / Error Event

In This Topic
    Error Event (C1List)
    In This Topic
    Fires when a data access error occurs.
    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
    The exception which caused the Event to be raised.  
    True if the exception has been handled.  
    See Also