I've got a View containing a TabControl bound to a region "CustomerRegion".
I've got a few View/ViewModels which are marked as [ViewExport(RegionName = "CustomerRegion")].
These items are loaded successfully into the TabControl.
But now I need these TabItems to share some data in this TabControl (can't be global since there might be two or more of these open at one time).
Any ideas how these TabItems can share data without leaving MVVM/MEF?