Input for WinForms | ComponentOne
C1.Win.Input.Pickers.Base Namespace / C1PickerBase Class / DropDownOpened Event

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