ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1DropDownControl Class / DropDownClosed Event

In This Topic
    DropDownClosed Event (C1DropDownControl)
    In This Topic
    Occurs when the dropdown has been closed.
    Syntax
    'Declaration
     
    
    Public Event DropDownClosed As DropDownClosedEventHandler
    public event DropDownClosedEventHandler DropDownClosed
    See Also