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

In This Topic
    DropDownClosing Event
    In This Topic
    Occurs as a dropdown component is closing.
    Syntax
    'Declaration
     
    
    Public Event DropDownClosing As EventHandler
    public event EventHandler DropDownClosing
    Remarks
    A drop-down may be the editor of a year, era, or month.
    See Also