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

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

    Parameters

    e
    See Also