System.Tether.AppProfile.TTetheringAppProfile.OnRemoteProfileUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRemoteProfileUpdate: TRemoteProfileUpdateEvent read FOnRemoteProfileUpdate write FOnRemoteProfileUpdate;

C++

__property TRemoteProfileUpdateEvent OnRemoteProfileUpdate = {read=FOnRemoteProfileUpdate, write=FOnRemoteProfileUpdate};

Properties

Type Visibility Source Unit Parent
event published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Description

Occurs when a connected remote profile notifies an update.

After a remote profile notifies an update, TTetheringAppProfile updates the collections of Actions and Resources, and refreshes item subscriptions due to matching profile groups. OnRemoteProfileUpdate occurs after these updates.

This event provides a single argument to its event handler, AProfileId, which is the Identifier of the updated remote profile.

See Also