Vcl.JumpList.TCustomJumpList.OnItemsLoaded
Delphi
property OnItemsLoaded: TNotifyEvent read FOnItemsLoaded write FOnItemsLoaded;
C++
__property System::Classes::TNotifyEvent OnItemsLoaded = {read=FOnItemsLoaded, write=FOnItemsLoaded};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | Vcl.JumpList.pas Vcl.JumpList.hpp |
Vcl.JumpList | TCustomJumpList |
Description
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.