Vcl.JumpList.TJumpListCollection.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

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

Properties

Type Visibility Source Unit Parent
event public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpListCollection

Description

Occurs when the contents of your list of items change.

The event handler of OnChange receives a single parameter, Sender, which is your list of items.

See Also