System.Tether.AppProfile.TTetheringAppProfile.OnResourceReceived

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResourceReceived: TResourceUpdatedEvent read FOnResourceReceived write FOnResourceReceived;

C++

__property TResourceUpdatedEvent OnResourceReceived = {read=FOnResourceReceived, write=FOnResourceReceived};

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 previously-accepted remote resource from a remote profile.

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

See Also