Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomSpreadSheet.OnPageControlTabEndDrag Event

In This Article

Enables you to respond to a finished or cancelled drag-and-drop operation in the caption bar.

#Declaration

Delphi
property OnPageControlTabEndDrag: TdxSpreadSheetPageControlTabEndDragEvent read; write;

#Remarks

This event occurs every time a drag-and-drop operation on a worksheet tab ends. The AOldIndex and AIndex parameter values are equal if the finished drag-and-drop operation has been unsuccessful or cancelled. Refer to the TdxSpreadSheetPageControlTabEndDrag procedural type for details on all parameters accessible within an OnPageControlTabEndDrag event handler.

See Also