API:Vcl.JumpList.TJumpList.OnItemsLoaded
Delphi
property OnItemsLoaded;
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.