API:Vcl.JumpList.TJumpList.OnItemsLoaded

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnItemsLoaded;

C++

__property OnItemsLoaded;

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpList

説明

ジャンプ リスト コンポーネントが、ジャンプ リスト項目の読み込みを完了した際に発生します。

Vcl.JumpList.TJumpList.OnItemsLoaded は Vcl.JumpList.TCustomJumpList.OnItemsLoaded を継承しています。以下の内容はすべて Vcl.JumpList.TCustomJumpList.OnItemsLoaded を参照しています。


ジャンプ リスト コンポーネントが、ジャンプ リスト項目の読み込みを完了した際に発生します。

OnItemsLoadedイベント ハンドラは、単一のパラメータ 、Sender を受け取ります。これは、ジャンプ リスト コンポーネントです。

関連項目