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

In This Topic
    OnRowColChange Method (Frame)
    In This Topic
    Raised after a row or column currency has been changed.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRowColChange( _
       ByVal e As RowColChangeEventArgs _
    ) 
    protected virtual void OnRowColChange( 
       RowColChangeEventArgs e
    )

    Parameters

    e
    See Also