Vcl.JumpList.TItemDeletedByUserEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

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.OnItemDeleted event.

See Also