
That’s all for now, check the full code here.


You need to set the name of the Region by using prism:RegionManager.RegionName=”HomeRegion” 4.Connect Regions GraphPad Software Inc tool graphpad prism version 8 0 1 graphpad software Tool Graphpad Prism Version 8 0 1 Graphpad Software, supplied by GraphPad Software Inc, used in various techniques. Let’s start 1.Install the package 2.Define your regionsįor this example, I’ll create two regions, one for a HomeView and another one for a ContactsView.ĬontactsViewModel.cs 3.Create the Page where you want to use your Regions If you’re coming from the context of traditional Prism.Forms Page based app design just think whatever you had on the Page but a small section that may need to change or be reused across various Pages.”.

The problem with this approach is that it doesn’t give us a lot of flexibility and code segmentation since we have all the logic for both sections in the same ViewModel.įor this and other similar use cases, we have Regions.
