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

In This Topic
    Open Event (ComboBoxContainer)
    In This Topic
    Fires when the user opens the list portion of the control by clicking the dropdown button or by pressing ALT + DOWN ARROW while the control is closed.
    Syntax
    'Declaration
     
    
    Public Event Open As OpenEventHandler
    public event OpenEventHandler Open
    See Also