Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar Class / ValueChanged Event


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