Skip to main content
A newer version of this page is available.

TcxLookAndFeel.OnMasterEndChange Event

Enables you to respond to changes in look & feel settings at the parent level.

Declaration

property OnMasterEndChange: TNotifyEvent read; write;

Remarks

This event occurs every time a parent look & feel property set or controller finishes notifying its listeners of individual setting changes. The Sender parameter provides access to the look & feel property set that raised the event.

See Also