Example #1
0
 private void BackButton_Clicked(object sender, RoutedEventArgs e)
 {
     if (ContentView.CanGoBack)
     {
         InProgress = true;
         ContentView.GoBack();
     }
 }