TcxSchedulerDateNavigator.OnPeriodChanged Event
Fires before a different month(s) is shown in the Date Navigator.
Declaration
property OnPeriodChanged: TcxSchedulerPeriodChangedEvent read; write;
Remarks
An end-user can change the month(s) shown in the Date Navigator.
Implement the OnPeriodChanged event handler to customize the behavior when the month(s) shown is changed in the Date Navigator.
The Sender parameter specifies the Date Navigator component;
The AStart and AFinish parameters specify the first and last dates that are visible in the Date Navigator, respectively.
See Also