System.Tether.Manager.TTetheringProfileEvent

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

Delphi

TTetheringProfileEvent = procedure(const Sender: TObject; const AProfileInfo: TTetheringProfileInfo) of object;

C++

typedef void __fastcall (__closure *TTetheringProfileEvent)(System::TObject* const Sender, const TTetheringProfileInfo &AProfileInfo);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager


説明

TTetheringProfile.OnDisconnect および TTetheringProfile.OnAfterConnectProfile イベントに対するイベント ハンドラの型。

関連項目