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

IcxLookAndFeelNotificationListener.MasterLookAndFeelChanged(TcxLookAndFeel,TcxLookAndFeelValues) Method

Notifies all listeners that one or more default look & feel settings have changed.

#Declaration

Delphi
procedure MasterLookAndFeelChanged(Sender: TcxLookAndFeel; AChangedValues: TcxLookAndFeelValues);

#Parameters

Name Type Description
Sender TcxLookAndFeel

Accepts a TcxLookAndFeel class instance whose settings have changed.

AChangedValues TcxLookAndFeelValues

Accepts one or multiple TcxLookAndFeelValue flags in any combination.

Specified flags indicate individual look & feel setting changes.

#Remarks

A look & feel property set calls the MasterLookAndFeelChanged procedure every time the Kind, NativeStyle, SkinName, ScrollbarMode, or RenderMode property value changes to notify all listeners that one or more default look & feel settings have changed.

See Also