Exemple #1
0
 public void OnNavigatingFrom(Windows.Navigation.NavigatingCancelEventArgs e)
 {
 }
Exemple #2
0
 public void OnNavigatingFrom(Windows.Navigation.NavigatingCancelEventArgs e)
 {
     //occures before navigating from this page to another
     //write validation logic here
     //set e.Cancel = true; if you want to prevent navigating
 }
Exemple #3
0
 public void OnNavigatingFrom(Windows.Navigation.NavigatingCancelEventArgs e)
 {
     throw new NotImplementedException();
 }