NavigationService.PauseOnBack Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Indicates whether the app should be paused or closed when Back is pressed.

Namespace:  System.Windows.Navigation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property PauseOnBack As Boolean
public bool PauseOnBack { get; set; }

Property Value

Type: System..::.Boolean
Returns true if the app should be paused when Back is pressed; otherwise, false.

Version Information

Windows Phone OS

Supported in: 8.1

See Also

Reference

NavigationService Class

System.Windows.Navigation Namespace