RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderControl.OnSectionEndDrag Event

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

Pascal
property OnSectionEndDrag: TNotifyEvent;
C++
__property TNotifyEvent OnSectionEndDrag;

Write an OnSectionEndDrag event handler to respond after a user reorders the sections in the header control. 

OnSectionEndDrag only occurs if the DragReorder property is true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!