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

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

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.

The Sender parameter accepts a TcxLookAndFeel class instance that is about to be destroyed.

See Also