Skip to main content

TcxCustomDateNavigator.OnPeriodChanged Event

Allows you to customize the behavior before a different period is shown in the Date Navigator control.

Declaration

property OnPeriodChanged: TcxSchedulerPeriodChangedEvent read; write;

Remarks

Note that for the first time, the OnPeriodChanged event fires before the parent form’s OnCreate event is generated. If the OnPeriodChanged event handler is dependent upon the OnCreate event implementation, make certain that required preparations have been made, to prevent a runtime exception.

Sender specifies the Date Navigator control.

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

See Also