Thursday, 7 July 2016

How to navigate to another page?

There is a class NavigationService which can be used for navigation of the WPF window:
this.NavigationService.GoForward();
//or
this.NavigationService.Navigate("MysecondPage.xaml")

No comments:

Post a Comment