Skip to main content

IcxLookAndFeelNotificationListener2.MasterLookAndFeelEndChange Method

Notifies all listeners that the default look & feel settings have been updated.

Declaration

procedure MasterLookAndFeelEndChange;

Remarks

A look & feel property set calls the MasterLookAndFeelEndChange procedure once it notifies all listeners of individual changes. A listener is another look & feel property set that belongs to a DevExpress control or dialog. Listeners can use this information to update their appearance simultaneously once an application-wide look & feel setting changes.

See Also