Vcl.ComCtrls.TCustomTreeView.OnCheckStateChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCheckStateChanged: TTVCheckStateChangedEvent read FOnCheckStateChanged write FOnCheckStateChanged;

C++

__property TTVCheckStateChangedEvent OnCheckStateChanged = {read=FOnCheckStateChanged, write=FOnCheckStateChanged};

Properties

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

Description

OnCheckStateChanged event handler is triggered after a node's CheckState changes.

See Also