Spread Windows Forms 12.0 Product Documentation
FocusDateChanged Event


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : FocusDateChanged Event
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
public event EventHandler FocusDateChanged
Remarks
This event occurs if the FocusDate property is changed.
See Also

Reference

DropDownCalendar Class
DropDownCalendar Members