FMX.MultiView.Types.TMultiViewAppearance.OnChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChanged: TNotifyEvent read FOnChanged;

C++

__property System::Classes::TNotifyEvent OnChanged = {read=FOnChanged};

Properties

Type Visibility Source Unit Parent
event public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TMultiViewAppearance

Description

Occurs when any option of a master pane appearance changes.

The master pane belongs to the MultiView component specified as the Owner of the current object in the constructor.

See Also