将Scoped RegionManager传递到其他区域

时间:2014-05-06 09:46:36

标签: c# wpf navigation prism

在使用PRISM的WPF项目中,我有两个区域。 ContentRegionToolBarRegion

ContentRegion中创建新的SubShell时,将创建Scoped RegionManager

内容区域:

<ContentControl prism:RegionManager.RegionName="{x:Static common:RegionNames.ContentRegion}" />

ToolBar Region:

 <ContentControl prism:RegionManager.RegionName="{x:Static common:RegionNames.ToolBarRegion}" />

直到这里非常基本。 我的问题是当我想从工具栏导航到SubShells时,Scoped RegionManager区域不存在。

那么如何将ContentRegion中的SubShells中的Scoped RegionManager传递给ToolBarRegion中的我的视图?

0 个答案:

没有答案