ComponentOne List for WinForms
C1.Win.C1List.ListBase 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