NavigationPage.OnBackButtonPressed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event that is raised when the hardware back button is pressed. This event is not raised on iOS.
protected override bool OnBackButtonPressed ();
override this.OnBackButtonPressed : unit -> bool
Returns
System.Boolean