System.Tether.AppProfile.TTetheringAppProfile.OnActionUpdated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActionUpdated: TActionUpdatedEvent read FOnActionUpdated write FOnActionUpdated;

C++

__property TActionUpdatedEvent OnActionUpdated = {read=FOnActionUpdated, write=FOnActionUpdated};

Properties

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

Description

Occurs when the application profile receives a notification about the update of an action sent from a remote application profile.

This event provides a single argument to its event handler, AResource, which is the updated remote action. The OnUpdate event of the updated remote action is triggered as well after OnActionUpdated occurs.

See Also