Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadMonthCalendar Class / ValueChanged Event


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