Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadMonthCalendar Class / CloseUp Event


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