Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / FocusDateChanged Event


In This Topic
FocusDateChanged Event
In This Topic
Occurs when the focus date is changed.
Syntax
'Declaration
 
Public Event FocusDateChanged As EventHandler
 
'Usage
 
Dim instance As DropDownCalendar
Dim handler As EventHandler
 
AddHandler instance.FocusDateChanged, handler
Remarks
This event occurs if the FocusDate property is changed.
See Also