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

In This Topic
    OnRowValidating Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRowValidating( _
       ByVal e As RowColEventArgs _
    ) 
    protected virtual void OnRowValidating( 
       RowColEventArgs e
    )

    Parameters

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