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

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

    Parameters

    e
    See Also