Example #1
0
 protected void View_NavigationStopped(object sender, Windows.UI.Xaml.Navigation.NavigationEventArgs e)
 {
     CurrentChild.InvokeOnNavigationStopped(e);
 }
Example #2
0
 protected void View_NavigationStopped(object sender, NavigationEventArgs e)
 {
     CurrentChild.InvokeOnNavigationStopped(e);
 }