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 the value of one of the properties of these settings changes.

See Also