Vcl.ComCtrls.THeaderControl.OnSectionEndDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSectionEndDrag: TNotifyEvent read FOnSectionEndDrag write FOnSectionEndDrag;

C++

__property OnSectionEndDrag;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderControl

Description

Occurs after the header control rearranges its sections in response to a drag operation.

Vcl.ComCtrls.THeaderControl.OnSectionEndDrag inherits from Vcl.ComCtrls.TCustomHeaderControl.OnSectionEndDrag. All content below this line refers to Vcl.ComCtrls.TCustomHeaderControl.OnSectionEndDrag.

Occurs after the header control rearranges its sections in response to a drag operation.

The OnSectionEndDrag event occurs after the user moves a header section to a new position.

See Also