Skip to main content

IcxLookAndFeelNotificationListener.MasterLookAndFeelDestroying(TcxLookAndFeel) Method

Notifies all listeners that the source of default look & feel settings is about to be destroyed.

Declaration

procedure MasterLookAndFeelDestroying(Sender: TcxLookAndFeel);

Parameters

Name Type Description
Sender TcxLookAndFeel

Accepts a TcxLookAndFeel class instance that is about to be destroyed.

Remarks

A look & feel property set calls the MasterLookAndFeelDestroying procedure when it is about to be destroyed. A listener is another look & feel property set that belongs to a DevExpress control or dialog. Once the look & feel property set is destroyed, its listeners use the root look & feel settings as the source of default property values. The root look & feel settings exist while an application is running.

See Also