I'm developing a prism application with a ribbon bar on the top, a outlookbar on the left and a tabbed content region (tabcontrol with regionadapter).
I'm using the view injection.
My problem now is: how to inject the tabitem's own tabcontrol (e.g. edituser button) into the ribbon when switching from one existing tabitem to another one.
I think INavigationAware is not working in this scenario. (right?)
The only approach I could imagine is to hook into the tabheader and do stuff there.
I'm glad of every solution you could give me.
Thanks in advance