Vcl.ComCtrls.TCustomHeaderControl.OnSectionEndDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSectionEndDrag: TNotifyEvent read FOnSectionEndDrag  write FOnSectionEndDrag;

C++

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

Properties

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

Description

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