I have a xamarin form page where a user can update some data in a form. I need to intercept the Navigation Bar Back Button Clicked to warn the user if some data have not bee
In Xamarin.Forms, the Page class has an OnBackButtonPressed() method that you can tap into for all platforms