System.Tether.Manager.TTetheringManager.OnRemoteManagerShutdown

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

Delphi

property OnRemoteManagerShutdown: TTetheringRemoteManagerShutdownEvent read FOnRemoteManagerShutdown write FOnRemoteManagerShutdown;

C++

__property TTetheringRemoteManagerShutdownEvent OnRemoteManagerShutdown = {read=FOnRemoteManagerShutdown, write=FOnRemoteManagerShutdown};

プロパティ

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


説明

ペアとなったリモート マネージャが無効になった際に発生します。

リモート アプリケーションが、あなたのマネージャとペアになったマネージャを、無効化(EnabledFalse に設定)、もしくは破壊した場合に、リモート マネージャは、あなたのマネージャを含む、すべてのペアリング済みマネージャに通知します。

OnRemoteManagerShutdownイベント ハンドラは、次のパラメータを受け取ります:

  • Sender はマネージャです。
  • ManagerIdentifier は、無効化されたリモート マネージャのIdentifier(識別子)です。

関連項目