IcxLookAndFeelNotificationListener2.MasterLookAndFeelBeginChange Method
Notifies all listeners that the default look & feel settings are about to update.
Declaration
procedure MasterLookAndFeelBeginChange;
Remarks
A look & feel property set calls the MasterLookAndFeelBeginChange
procedure when it is about to notify listeners of individual changes. A listener is another look & feel property set that belongs to a DevExpress control or dialog.
A look & feel property set calls the MasterLookAndFeelEndChange procedure once it notifies all listeners of individual changes.
See Also