ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / Change Event

In This Topic
    Change Event (C1Combo)
    In This Topic
    Fires only if the ComboStyle property is set to 0-Dropdown Combo or 1-Simple Combo, and the user changes the text by typing into the text box portion of the C1Combo control.
    Syntax
    'Declaration
     
    
    Public Event Change As ChangeEventHandler
    public event ChangeEventHandler Change
    See Also