System.Tether.AppProfile.TTetheringAppProfile.OnActionUpdated

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnActionUpdated: TActionUpdatedEvent read FOnActionUpdated write FOnActionUpdated;

C++

__property TActionUpdatedEvent OnActionUpdated = {read=FOnActionUpdated, write=FOnActionUpdated};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


Beschreibung

Wird ausgelöst, wenn das Anwendungsprofil eine Mitteilung über die Aktualisierung einer Aktion empfängt, die von einem Remote-Anwendungsprofil gesendet wurde.

Dieses Ereignis stellt ein einziges Argument AResource für seine Ereignisbehandlungsroutine bereit, das die aktualisierte Remote-Aktion ist. Das OnUpdate-Ereignis der aktualisierten Remote-Aktion wird auch nach dem Auslösen von OnActionUpdated ausgelöst.

Siehe auch