Vcl.ComCtrls.TCustomTreeView.OnCheckStateChanged

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnCheckStateChanged: TTVCheckStateChangedEvent read FOnCheckStateChanged write FOnCheckStateChanged;

C++

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

プロパティ

種類 可視性 ソース ユニット
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView


説明

OnCheckStateChanged イベント ハンドラは、ノードの CheckState が変更された後に発生します。

関連項目