ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnRowValidated Method

In This Topic
    OnRowValidated Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRowValidated( _
       ByVal e As C1.Win.FlexGrid.RowColEventArgs _
    ) 
    protected virtual void OnRowValidated( 
       C1.Win.FlexGrid.RowColEventArgs e
    )

    Parameters

    e
    See Also