FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / OnRowValidating Method
A RowColEventArgs that contains the event data.

In This Topic
    OnRowValidating Method (C1FlexGridBase)
    In This Topic
    Raises the RowValidating event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnRowValidating( _
       ByVal e As RowColEventArgs _
    ) 
    protected virtual void OnRowValidating( 
       RowColEventArgs e
    )

    Parameters

    e
    A RowColEventArgs that contains the event data.
    See Also