Skip to main content

TcxCustomDateNavigator.OnSelectionChanged Event

Fires when a different date(s) is selected in the Date Navigator control.

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 control.

Sender specifies the Date Navigator control.

AStart and AFinish specify the first and last dates that are selected in the Date Navigator control, respectively.

See Also