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

In This Topic
    OnSplitChange Method (DropDownList)
    In This Topic
    Raises the SplitChange event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSplitChange( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnSplitChange( 
       EventArgs e
    )

    Parameters

    e
    See Also