Event after internal drag drop

Docking/MDI for Windows Forms Forum

Posted 16 years ago by Christer Bergström
Version: 2.0.99
Avatar
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

Comments (1)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi,

There currently isn't any event for the completion of a drag. Actually TabStripPageTabDragStart only fires when AutoInternalDragDrop is false. When AutoInternalDragDrop is true, the drag is processed internally. When false, that event fires so you can do custom dragging.

However what I've done is add a new TabStripPageTabMoved event for you that fires after an internal drag/drop. This will let you know when the end user moved the tab in the TabStrip by dragging when AutoInternalDragDrop is true.

This change will be in the next maintenance release.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.