Share via


Shell.OnBackButtonPressed Method

Definition

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

System.Boolean

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().)

Applies to