BasicCalendarOnVisibleMonthChanged Method |
Handles calendar month change.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax protected override void OnVisibleMonthChanged(
DateTime newDate,
DateTime previousDate
)
Parameters
- newDate
- Type: SystemDateTime
First day of selected month - previousDate
- Type: SystemDateTime
First day of previous month
See Also