Vcl.ComCtrls.TCustomTreeView.OnCheckStateChanging

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

Delphi

property OnCheckStateChanging: TTVCheckStateChangingEvent read FOnCheckStateChanging write FOnCheckStateChanging;

C++

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

プロパティ

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


説明

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

関連項目