FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / GridError Event

In This Topic
    GridError Event (C1FlexGrid)
    In This Topic
    Fires after the data source reports an error condition.
    Syntax
    'Declaration
     
    
    Public Event GridError As GridErrorEventHandler
    public event GridErrorEventHandler GridError
    Event Data

    The event handler receives an argument of type GridErrorEventArgs containing data related to this event. The following GridErrorEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the column index of the cell where the error was detected.  
    Gets the Exception object that contains information about the error.  
    Gets or sets a value indicating whether the error situation has been handled by the control.  
    Gets the row index of the cell where the error was detected.  
    See Also