ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / OnBeforeRowColChange Method

In This Topic
    OnBeforeRowColChange Method (C1List)
    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