System.Tether.Manager.TTetheringProfileEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager

Description

Type of event handler for the TTetheringProfile.OnDisconnect and TTetheringProfile.OnAfterConnectProfile events.

See Also