ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / DropDownOpened Event

In This Topic
    DropDownOpened Event (C1CalendarView)
    In This Topic
    Occurs after a dropdown component is opened.
    Syntax
    'Declaration
     
    
    Public Event DropDownOpened As EventHandler
    public event EventHandler DropDownOpened
    Remarks
    A drop-down may be the editor of a year, era, or month.
    See Also