System.Tether.AppProfile.TRemoteProfileUpdateEvent
Delphi
TRemoteProfileUpdateEvent = procedure(const Sender: TObject; const AProfileId: string) of object;
C++
typedef void __fastcall (__closure *TRemoteProfileUpdateEvent)(System::TObject* const Sender, const System::UnicodeString AProfileId);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | System.Tether.AppProfile |
Description
Type of event handler for the TTetheringAppProfile.OnRemoteProfileUpdate event.