API:Vcl.ActnMan.TActionManager.OnStyleChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnStyleChanged: TStyleChanged read FOnStyleChanged write FOnStyleChanged;

C++

__property OnStyleChanged;

Properties

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

Description

Occurs after a change in the Style property.

Vcl.ActnMan.TActionManager.OnStyleChanged inherits from Vcl.ActnMan.TCustomActionManager.OnStyleChanged. All content below this line refers to Vcl.ActnMan.TCustomActionManager.OnStyleChanged.

Occurs after a change in the Style property.

Write an OnStyleChanged event handler to respond after the Style property changes.

See Also