Vcl.JumpList.TJumpList.OnItemsLoaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnItemsLoaded: TNotifyEvent read FOnItemsLoaded write FOnItemsLoaded;

C++

__property OnItemsLoaded;

Properties

Type Visibility Source Unit Parent
event published
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpList

Description

Occurs when your jump list component finishes loading its jump list items.

Vcl.JumpList.TJumpList.OnItemsLoaded inherits from Vcl.JumpList.TCustomJumpList.OnItemsLoaded. All content below this line refers to Vcl.JumpList.TCustomJumpList.OnItemsLoaded.

Occurs when your jump list component finishes loading its jump list items.

The event handler of OnItemsLoaded receives a single parameter, Sender, which is your jump list component.

See Also