There is the TabStripPageTabDragStart event when a tab is starting to be dragged. But I miss an event for when the dragging is completed/stopped.
Or is there any other event that I could use when the dragging is completed? It seems the SelectedIndexChange event is not triggered. I would need to make some status updating when the internal dragdrop is done.
//Christer
Or is there any other event that I could use when the dragging is completed? It seems the SelectedIndexChange event is not triggered. I would need to make some status updating when the internal dragdrop is done.
//Christer