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

In This Topic
    OnBeforeRowColChange Method (C1TrueDBGrid)
    In This Topic
    Raises the BeforeRowColChange event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnBeforeRowColChange( _
       ByVal e As CancelEventArgs _
    ) 
    protected override void OnBeforeRowColChange( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also