System.Tether.AppProfile.TResourceUpdatedEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TResourceUpdatedEvent = procedure(const Sender: TObject; const AResource: TRemoteResource) of object;

C++

typedef void __fastcall (__closure *TResourceUpdatedEvent)(System::TObject* const Sender, TRemoteResource* const AResource);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile System.Tether.AppProfile


Beschreibung

Typ der Ereignisbehandlungsroutine für das Ereignis TLocalResource.OnResourceReceived.

Siehe auch