ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / Frame Class / OnLeftColChange Method

In This Topic
    OnLeftColChange Method (Frame)
    In This Topic
    Raised when the left column has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnLeftColChange( _
       ByVal e As SplitEventArgs _
    ) 
    protected virtual void OnLeftColChange( 
       SplitEventArgs e
    )

    Parameters

    e
    See Also