API:Vcl.ActnMan.TActionManager.OnStyleChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnStyleChanged: TStyleChanged read FOnStyleChanged write FOnStyleChanged;

C++

__property OnStyleChanged;

Propriétés

Type Visibilité  Source Unité  Parent
event published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionManager

Description

Se produit après une modification de la propriété Style.

Vcl.ActnMan.TActionManager.OnStyleChanged hérite de Vcl.ActnMan.TCustomActionManager.OnStyleChanged. Tout le contenu en-dessous de cette ligne se réfère à Vcl.ActnMan.TCustomActionManager.OnStyleChanged.

Se produit après une modification de la propriété Style.

Ecrivez un gestionnaire d'événements OnStyleChanged pour répondre aux modifications de la propriété Style.

Voir aussi