FMX.Graphics.TBrush.OnChanged
Delphi
property OnChanged: TNotifyEvent read FOnChanged write FOnChanged;
C++
__property System::Classes::TNotifyEvent OnChanged = {read=FOnChanged, write=FOnChanged};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TBrush |
Description
Occurs immediately after the TBrush object changes.
Write an OnChanged event handler to take specific action when the TBrush object changes. The properties of the TBrush object reflect the new settings when OnChanged occurs.