REST.Backend.PushTypes.TPushData.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TChangeMethod read FOnChange write FOnChange;

C++

__property System::Sysutils::_di_TProc OnChange = {read=FOnChange, write=FOnChange};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes TPushData

Description

Occurs when any of the properties of the push data object (the message, the custom settings for Android, the custom settings for iOS or the additional data) changes.

See Also