Back to Devexpress

TdxDockingManager.OnViewChanged Event

vcl-dxdockcontrol-dot-tdxdockingmanager-d7f50132.md

latest941 B
Original Source

TdxDockingManager.OnViewChanged Event

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

TdxDockingManager.LookAndFeel

Paint Styles

TdxDockingManager Class

TdxDockingManager Members

dxDockControl Unit