System.Tether.AppProfile.TTetheringAppProfile.DoOnDisconnect
Delphi
procedure DoOnDisconnect(const AProfileInfo: TTetheringProfileInfo); override;
C++
virtual void __fastcall DoOnDisconnect(const System::Tether::Manager::TTetheringProfileInfo &AProfileInfo);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
protected | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TTetheringAppProfile |
説明
OnDisconnect イベントのディスパッチャ。 {{#multireplace:System.Tether.AppProfile.TTetheringAppProfile.DoOnDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Tether.Manager.TTetheringProfile.DoOnDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Tether.Manager.TTetheringProfile.DoOnDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。
OnDisconnect イベントのディスパッチャ。
プロファイルが接続されたリモート プロファイルから切断されると、Disconnect は DoOnDisconnect を呼び出します。
DoOnDisconnect は、単一のパラメータを 1 つ、AProfileInfo を受け取ります。これは、切断されたリモート プロファイルです。
DoOnDisconnect は、OnDisconnect を発生させ、そのイベント ハンドラを次の引数に渡します:
- 自分のプロファイル。
- 切断されたリモート プロファイル (
AProfileInfo)。
関連項目
- System.Tether.Manager.TTetheringProfile.OnDisconnect
- System.Tether.Manager.TTetheringProfileEvent
- System.Tether.Manager.TTetheringProfile