TcxCustomScheduler.OnLayoutChanged Event
Fires when the scheduler control’s layout has been changed.
Declaration
property OnLayoutChanged: TNotifyEvent read; write;
Remarks
Implement the OnLayoutChanged event handler to provide custom behavior when the scheduler control’s layout has been changed.
The Sender parameter specifies the scheduler control.
See Also