Vcl.ComCtrls.TCustomTreeView.OnCheckStateChanging
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.