Vcl.ComCtrls.TCustomHeaderControl.OnSectionResize

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

Delphi

property OnSectionResize: TCustomSectionNotifyEvent read FOnSectionResize  write FOnSectionResize;

C++

__property TCustomSectionNotifyEvent OnSectionResize = {read=FOnSectionResize, write=FOnSectionResize};

プロパティ

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


説明

セクションのサイズ変更に応答します。

OnSectionResize イベントは、ユーザーがヘッダー セクションをサイズ変更した際に発生します。 OnSectionResize は、ユーザーがマウス ボタンを離したときに発生します。

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

関連項目