ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / DropDownOpened Event

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