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

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

    Parameters

    e
    A RowColEventArgs that contains the event data.
    See Also