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

In This Topic
    SelectionChangeCommitted Event (C1Combo)
    In This Topic
    Fires when the selected item has changed and that change is displayed in the C1Combo.
    Syntax
    'Declaration
     
    
    Public Event SelectionChangeCommitted As EventHandler
    public event EventHandler SelectionChangeCommitted
    See Also