Vcl.JumpList.TCreatingListErrorEvent

提供:RAD Studio API Documentation

Delphi

TCreatingListErrorEvent = procedure (Sender: TObject; WinErrorCode: Cardinal; const ErrorDescription: string; var Handled: Boolean) of object;

C++

typedef void __fastcall (__closure *TCreatingListErrorEvent)(System::TObject* Sender, unsigned WinErrorCode, const System::UnicodeString ErrorDescription, bool &Handled);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList Vcl.JumpList


説明

TCustomJumpList.OnListUpdateError イベントのイベント ハンドラの型。

関連項目