Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / ValueChanged Event


In This Topic
ValueChanged Event (DropDownCalendar)
In This Topic
Occurs when the user changes the value in the drop-down calendar.
Syntax
'Declaration
 
Public Event ValueChanged As EventHandler
 
'Usage
 
Dim instance As DropDownCalendar
Dim handler As EventHandler
 
AddHandler instance.ValueChanged, handler
See Also