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

In This Topic
    OnBeforeRowColChange Method (Frame)
    In This Topic
    Raised before a row or column currency is changed.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnBeforeRowColChange( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnBeforeRowColChange( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also