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 | 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