Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar Class / CloseUp Event


In This Topic
    CloseUp Event (SpreadDropDownMonthCalendar)
    In This Topic
    Occurs when the calendar has closed.
    Syntax
    'Declaration
     
    
    Public Event CloseUp As EventHandler
    'Usage
     
    
    Dim instance As SpreadDropDownMonthCalendar
    Dim handler As EventHandler
     
    AddHandler instance.CloseUp, handler
    public event EventHandler CloseUp
    See Also