Shell.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.
Returns true
if the CurrentItem was popped in response to a press of the back button.
protected override bool OnBackButtonPressed ();
override this.OnBackButtonPressed : unit -> bool
Returns
true
if CurrentItem is not null
and is not the only item in the navigation stack.
Remarks
This method may return prior to the navigation having completed. (See PopAsync().)