TcxSchedulerDateNavigator.OnSelectionChanged Event
Fires when a different date(s) is selected in the Date Navigator.
Declaration
property OnSelectionChanged: TcxSchedulerPeriodChangedEvent read; write;
Remarks
Implement the OnSelectionChanged event handler to customize the behavior when a date(s) is selected 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 selected in the Date Navigator, respectively.
See Also