I am struggling on what event to subscribe to and how to design a project based around the outlook bar and prism.
So far I have the main shell with 2 regions: One which holds the OutlookBar and ...
the Main Region
I have modules which include Views for the outlookbar; The view is a RadOutlookBarItem
and views for the main region.
The Outlook Views all load correctly, but I am at a loss as to how to "wireup" these such that when the outlookbar items are selected the appropriate view is displayed in the Main Region.
I'm guessing the ViewModel for the main program should do something like (from the samples)
then call something on this which is translated back within the OutlookBarItems View Model??
like newSelecteditem.IsSelected = true; ???
Then I'm not really sure of the code to display that view (which was previously registered with the "MainRegion"?)
any help either links or gentle pushes greatly appreciated
TIA
Michael