
Hi,
we are using to TabbedMdiHost to visualize document pages which are (always opened) as tabs.
So we would like to enable the user to sort these tabs manually via drag & drop and reflect these order in our internal models too.
Is there a event or something like that we can catch to get notifed when the order document of the documents has been changed?
Actually we didn't found anything like that, but we saw that the contained DockSite.Documents collection reflects these changes.
Is there any way to get a notification after the document has been dragged or the Documents collection was changed?
Thank you.