System.Tether.AppProfile.TTetheringAppProfile.OnRemoteProfileUpdate

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

Delphi

property OnRemoteProfileUpdate: TRemoteProfileUpdateEvent read FOnRemoteProfileUpdate write FOnRemoteProfileUpdate;

C++

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

プロパティ

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


説明

接続されたリモート プロファイルが更新を通知する際、発生します。

リモート プロファイルが更新を通知した後、TTetheringAppProfile は、ActionsResources のコレクションを更新し、プロファイル グループのマッチングのため、項目のサブスクリプションをリフレッシュします。OnRemoteProfileUpdate は、これら更新の後に発生します。

このイベントは、イベント ハンドラに単一の引数 AProfileId を提供しており、これは、更新されたリモート プロファイルの識別子 を表します。

関連項目