0
votes

I am using a region adapter for the ribbon control which i have found in this article Creating View-Switching Application with PRISM 4. All my ribbon tabs are defined in separate modules with a distinct view model bound to each tab's data context. All my view models implement INavigationAware but non the less, not a single method of this interface is called by PRISM, what could be the problem and how to solve it ?
NOTE: i tried to implment IActiveAware on the tab controls to see if they are being activated but they are not or the interface's methods aren't getting called too.

1

1 Answers

0
votes

I have found a solution this this problem using Region Behaviors.