Vcl.Outline.TCustomOutline.OnExpand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnExpand: EOutlineChange read FOnExpand write FOnExpand;

C++

__property EOutlineChange OnExpand = {read=FOnExpand, write=FOnExpand};

Propriétés

Type Visibilité  Source Unité  Parent
event protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Se produit immédiatement après le développement d'un noeud de l'arborescence.

Ecrivez un gestionnaire d'événement OnExpand pour effectuer un traitement spécial lorsqu'un noeud d'arborescence est développé. Le gestionnaire d'événement identifie le noeud qui vient d'être développé.

Voir aussi