コード例 #1
0
 protected void View_Navigating(object sender, Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs e)
 {
     if (CurrentChild != null)
     {
         CurrentChild.InvokeOnNavigatingFrom(e);
     }
 }
コード例 #2
0
 protected void View_NavigatingCore(object sender, NavigatingCancelEventArgs e)
 {
     if (CurrentChild != null)
     {
         CurrentChild.InvokeOnNavigatingFrom(e);
     }
 }