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

IcxLookAndFeelNotificationListener.MasterLookAndFeelChanged(TcxLookAndFeel,TcxLookAndFeelValues) Method

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

Declaration

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

Parameters

Name Type
Sender TcxLookAndFeel
AChangedValues TcxLookAndFeelValues

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. A listener is another look & feel property set that belongs to a DevExpress control or dialog.

The Sender parameter accepts a TcxLookAndFeel class instance whose property value has changed.

The AChangedValues parameter accepts one or more flags that indicate individual look & feel setting changes.

See Also