Vcl.JumpList.TJumpListCollection.OnChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

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

Propriétés

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


Description

Se produit quand le contenu de votre liste d'éléments est modifié.

Le gestionnaire d'événement de OnChange reçoit un seul paramètre, Sender, qui est votre liste d'éléments.

Voir aussi