Vcl.ComCtrls.TCustomTreeView.OnExpanding

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

Delphi

property OnExpanding: TTVExpandingEvent read FOnExpanding write FOnExpanding;

C++

__property TTVExpandingEvent OnExpanding = {read=FOnExpanding, write=FOnExpanding};

プロパティ

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


説明

ノードが展開される直前に発生します。

OnExpanding イベント ハンドラを記述すると、ノードが展開可能かどうか決定することができます。AllowExpansion パラメータを False に設定すると、ノードの展開を抑制することができます。

OnExpanding は、Vcl.ComCtrls.TTVExpandingEvent 型のイベント ハンドラです。

関連項目