Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / DropDownOpened Event

In This Topic
    DropDownOpened Event (C1ComboBox)
    In This Topic
    Occurs after the dropdown is opened.
    Syntax
    'Declaration
     
    
    Public Event DropDownOpened As EventHandler
    public event EventHandler DropDownOpened
    See Also