Vcl.JumpList.TCreatingListErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Type of event handler for the TCustomJumpList.OnListUpdateError event.

See Also