Vcl.JumpList.TItemDeletedByUserEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TItemDeletedByUserEvent = procedure (Sender: TObject; const Item: TJumpListItem; const CategoryName: string; FromTasks: Boolean) of object;

C++

typedef void __fastcall (__closure *TItemDeletedByUserEvent)(System::TObject* Sender, TJumpListItem* const Item, const System::UnicodeString CategoryName, bool FromTasks);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList Vcl.JumpList


Beschreibung

Typ von Ereignisbehandlungsroutine für das TCustomJumpList.OnItemDeleted-Ereignis.

Siehe auch