True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / OnFirstRowChange Method

In This Topic
    OnFirstRowChange Method (Frame)
    In This Topic
    Raised when the top row has changed.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnFirstRowChange( _
       ByVal e As SplitEventArgs _
    ) 
    protected virtual void OnFirstRowChange( 
       SplitEventArgs e
    )

    Parameters

    e
    See Also