System.Tether.Manager.TTetheringNewManagerEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTetheringNewManagerEvent = procedure(const Sender: TObject; const AManagerInfo: TTetheringManagerInfo) of object;

C++

typedef void __fastcall (__closure *TTetheringNewManagerEvent)(System::TObject* const Sender, const TTetheringManagerInfo &AManagerInfo);

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 TTetheringManager.OnNewManager event.

See Also