Skip to main content

TcxCustomHeader.OnSectionEndDrag Event

Occurs after successful completion of drag-and-drop operations within the header control.

Declaration

property OnSectionEndDrag: TNotifyEvent read; write;

Remarks

The OnSectionEndDrag event occurs after successful completion of drag-and-drop operations within a header control. If the drag-and-drop operation was not completed, then this event is not fired. The Sender parameter identifies a TcxHeader control that fired the event.

Handle the OnSectionDrag event to react to section dragging.

See Also