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

In This Topic
    OnLeftColChange Method (C1ListBase)
    In This Topic
    Raises the LeftColChange event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnLeftColChange( _
       ByVal e As SplitEventArgs _
    ) 
    protected override void OnLeftColChange( 
       SplitEventArgs e
    )

    Parameters

    e
    See Also