System.Tether.Manager.TTetheringProfile.DoOnDisconnect

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

Delphi

procedure DoOnDisconnect(const AProfileInfo: TTetheringProfileInfo); virtual;

C++

virtual void __fastcall DoOnDisconnect(const TTetheringProfileInfo &AProfileInfo);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


説明

OnDisconnect イベントのディスパッチャ

プロファイルが接続されたリモート プロファイルから切断されると、DisconnectDoOnDisconnect を呼び出します。


DoOnDisconnect は、単一のパラメータを 1 つ、AProfileInfo を受け取ります。これは、切断されたリモート プロファイルです。

DoOnDisconnect は、OnDisconnect を発生させ、そのイベント ハンドラを次の引数に渡します:

関連項目