
After adding an eventhandler to a tabbedMdiHost
in your demo "Tabbed MDI-Only QuickStart" i noticed a strange content of the arguments variable 'e'. After i delete and successive add a document, variable 'e.RemovedItems' still contains the last deletion. Is this meant to be that way?
Regards
Martin
<docking:TabbedMdiHost x:Name="tabbedMdiHost" Selector.SelectionChanged="tabbedMdiHost_SelectionChanged">
Regards
Martin