System.Tether.AppProfile.TTetheringAppProfile.OnResourceUpdated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResourceUpdated: TResourceUpdatedEvent read FOnResourceUpdated write FOnResourceUpdated;

C++

__property TResourceUpdatedEvent OnResourceUpdated = {read=FOnResourceUpdated, write=FOnResourceUpdated};

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 a resource sent from a remote application profile.

This event provides a single argument to its event handler, AResource, which is the received remote resource.

See Also