How to retrieve the display indices of documents tabbed in TabbedView after reordering them. And is there any event that fired after document is reordered in the TabbedView?
I have used tabbedView.Documents.IndexOf(myDocument), which returns the index of document in order it was added to the TabbedView not the current position .