FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / RaiseGridError Method
A GridErrorEventArgs that contains event data.

In This Topic
    RaiseGridError Method (C1FlexGridBase)
    In This Topic
    Manually raises the GridError event.
    Syntax
    'Declaration
     
    
    Public Sub RaiseGridError( _
       ByVal e As GridErrorEventArgs _
    ) 
    public void RaiseGridError( 
       GridErrorEventArgs e
    )

    Parameters

    e
    A GridErrorEventArgs that contains event data.
    See Also