System.Tether.AppProfile.TActionUpdatedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TActionUpdatedEvent = procedure(const Sender: TObject; const AResource: TRemoteAction) of object;

C++

typedef void __fastcall (__closure *TActionUpdatedEvent)(System::TObject* const Sender, TRemoteAction* const AResource);

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.OnActionUpdated event.

See Also