ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / RaiseGridError Method
A C1.Win.C1FlexGrid.GridErrorEventArgs that contains event data.

In This Topic
    RaiseGridError Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RaiseGridError( _
       ByVal e As GridErrorEventArgs _
    ) 
    public void RaiseGridError( 
       GridErrorEventArgs e
    )

    Parameters

    e
    A C1.Win.C1FlexGrid.GridErrorEventArgs that contains event data.
    See Also