Vcl.JumpList.TItemDeletedByUserEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

Type of event handler for the TCustomJumpList.OnItemDeleted event.

See Also