Vcl.ComCtrls.TCustomTreeView.OnCheckStateChanging

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnCheckStateChanging: TTVCheckStateChangingEvent read FOnCheckStateChanging write FOnCheckStateChanging;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView


Beschreibung

Die Ereignisbehandlungsroutine OnCheckStateChanging wird ausgelöst, bevor sich CheckState eines Knotens ändert.

Siehe auch