Vcl.JumpList.TJumpCategories.OnChange

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

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

プロパティ

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


説明

カテゴリのリストの内容が変更された際に、発生します。

OnChangeイベント ハンドラは、単一のパラメータ 、Sender を受け取ります。これは、カテゴリのリストです。

関連項目