Skip to main content

TcxCustomScheduler.OnViewTypeChanged Event

Fires when the time View in the scheduling area is about to be changed.

Declaration

property OnViewTypeChanged: TcxSchedulerViewTypeChangedEvent read; write;

Remarks

Implement the OnViewTypeChanged event handler to provide custom behavior when the time View in the scheduling area is about to be changed.

Sender specifies the scheduler control.

APrevView and ANewView specify the current and new time Views, respectively.

See Also