How to use parameterized region in Prism?
My shell has toolbar, navigation and main regions. While some menu item (foo) in toolbar selected, the navigation should be reloaded with parameter foo; and the ma开发者_如何学Pythonin region should be reset with the parameter. How to do it?
Take a look at RegionContext
精彩评论