Vcl.ComCtrls.TTreeView.OnCheckStateChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCheckStateChanged;

C++

__property OnCheckStateChanged;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

Description

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

See Also