Spread Windows Forms 12.0 Product Documentation
SelectedDateChanged Event


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : SelectedDateChanged Event
Occurs when the selected date is changed.
Syntax
'Declaration
 
Public Event SelectedDateChanged As EventHandler
'Usage
 
Dim instance As DropDownCalendar
Dim handler As EventHandler
 
AddHandler instance.SelectedDateChanged, handler
public event EventHandler SelectedDateChanged
Remarks
This event occurs if the SelectedDate property is changed.
See Also

Reference

DropDownCalendar Class
DropDownCalendar Members