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

In This Topic
    ItemChanged Event (C1Combo)
    In This Topic
    Fires when the contents of the text box portion of a combo box and the current row in the list portion change simultaneously.
    Syntax
    'Declaration
     
    
    Public Event ItemChanged As EventHandler
    public event EventHandler ItemChanged
    See Also