Hi,
Based on the scenario you described us, there wouldn’t be any special considerations for this to run. As far as I know, OnNavigatedFrom and OnNavigatedTo shouldn't be the cause of the problem if the navigation does not occurs. However, I think you should verify the following:
You may also find helpful the following thread:
If that doesn't help you, it would be helpful if you can provide us with additional information on how the Navigate requests and the OnNavigatedTo and OnNavigatedFrom methods are implemented.
Hope this helps,
Federico Martinez
http://blogs.southworks.net/fmartinez
Based on the scenario you described us, there wouldn’t be any special considerations for this to run. As far as I know, OnNavigatedFrom and OnNavigatedTo shouldn't be the cause of the problem if the navigation does not occurs. However, I think you should verify the following:
- Requests[i].RegionName and Requests[i].ViewName exist and are correctly spelled as equals to its registration name.
- The views are correctly registered in your Container.
-
The Request.Navigate call from the second view is executed.
You may also find helpful the following thread:
If that doesn't help you, it would be helpful if you can provide us with additional information on how the Navigate requests and the OnNavigatedTo and OnNavigatedFrom methods are implemented.
Hope this helps,
Federico Martinez
http://blogs.southworks.net/fmartinez