TdxCustomSpreadSheet.OnPageControlTabStartDrag Event
Enables you to respond to a drag-and-drop operation start in the caption bar.
Declaration
property OnPageControlTabStartDrag: TdxSpreadSheetPageControlTabStartDragEvent read; write;
Remarks
This event occurs every time a user starts to drag a worksheet tab in the caption bar. Use ASpreadSheet and AIndex parameters to access the control that raised the event, and the worksheet’s initial index.
See Also