TcxCustomScheduler.OnLayoutChanged Event
In This Article
Fires when the scheduler control’s layout has been changed.
#Declaration
Delphi
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