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

TcxLookAndFeel.OnChanged Event

Enables you to respond to any look & feel setting changes.

Declaration

property OnChanged: TcxLookAndFeelChangedEvent read; write;

Remarks

This event occurs every time the Kind, NativeStyle, SkinName, ScrollbarMode, ScrollMode, or RenderMode property value change is applied to the control. A property value change that occurred after a BeginUpdate call does not raise the OnChanged event. A consequent EndUpdate procedure call raises this event to indicate all look & feel setting changes that occurred between these calls.

The Sender parameter provides access to the look & feel property set that raised an OnChanged event.

Use the AChangedValues parameter to identify which look & feel settings have changed. Refer to the TcxLookAndFeelValue type description for detailed information on individual flags that reflect look & feel changes.

See Also