System.Tether.AppProfile.TResourceUpdatedEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile System.Tether.AppProfile


説明

TLocalResource.OnResourceReceived イベントのイベント ハンドラの型。

関連項目