Skip to main content

TdxCustomSpreadSheet.OnPageControlTabEndDrag Event

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

Declaration

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