ComponentOne List for WinForms
C1.Win.C1List Namespace / ComboBoxContainer Class / Close Event

In This Topic
    Close Event (ComboBoxContainer)
    In This Topic
    Fires when the user closes the list portion of the control by clicking the dropdown button or by pressing ALT + Down Arrow while the control is open.
    Syntax
    'Declaration
     
    
    Public Event Close As CloseEventHandler
    public event CloseEventHandler Close
    See Also