System.Tether.AppProfile.TTetheringAppProfile.OnResourceUpdated

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnResourceUpdated: TResourceUpdatedEvent read FOnResourceUpdated write FOnResourceUpdated;

C++

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

プロパティ

種類 可視性 ソース ユニット
event published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


説明

アプリケーション プロファイルリモート アプリケーション プロファイルから送信された、リソース更新についての通知を受け取った際に、発生します。

このイベントは、イベント ハンドラに単一の引数 AResource を提供しており、これは、受信されたリモート リソースを表します。

関連項目