Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDockingManager.OnViewChanged Event

In This Article

This event fires in response to changing the painting style of dock controls.

#Declaration

Delphi
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