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