Vcl.JumpList.TCreatingListErrorEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList Vcl.JumpList


Description

Type de gestionnaire d’événement pour l'événement TCustomJumpList.OnListUpdateError.

Voir aussi