Vcl.ComCtrls.TCustomHeaderControl.OnSectionEndDrag

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

Delphi

property OnSectionEndDrag: TNotifyEvent read FOnSectionEndDrag  write FOnSectionEndDrag;

C++

__property System::Classes::TNotifyEvent OnSectionEndDrag = {read=FOnSectionEndDrag, write=FOnSectionEndDrag};

プロパティ

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


説明

ドラッグ操作に応じて、ヘッダー コントロールがセクションを再調整した際に発生します。

OnSectionEndDrag イベントは、ユーザーがヘッダー セクションを新しい位置に移動させた後に発生します。

関連項目