Vcl.JumpList.TItemDeletedByUserEvent

提供:RAD Studio API Documentation

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

プロパティ

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


説明

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

関連項目