Vcl.ComCtrls.TCustomTreeView.OnCheckStateChanging

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnCheckStateChanging: TTVCheckStateChangingEvent read FOnCheckStateChanging write FOnCheckStateChanging;

C++

__property TTVCheckStateChangingEvent OnCheckStateChanging = {read=FOnCheckStateChanging, write=FOnCheckStateChanging};

Propriétés

Type Visibilité  Source Unité  Parent
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView


Description

Le gestionnaire d'événement OnCheckStateChanging est déclenché avant le changement d'état de la propriété CheckState d'un noeud.

Voir aussi