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

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