TdxDockingManager.OnViewChanged Event
This event fires in response to changing the painting style of dock controls.
Declaration
property OnViewChanged: TNotifyEvent read; write;
Remarks
Changes to the docking manager’s LookAndFeel property raise the OnViewChanged event.
Handle the OnViewChanged event to respond to the painting style change. Note that the OnViewChanged event is not raised when system settings are changed.
Sender specifies the docking manager.
See Also