TdxCustomSpreadSheet.OnPageControlTabStartDrag Event
In This Article
Enables you to respond to a drag-and-drop operation start in the caption bar.
#Declaration
Delphi
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