Spread WinForms 15
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
See Also