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