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

In This Topic
    OnLeftColChange Method (DropDownList)
    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