PauseOnBack Property
Collapse the table of content
Expand the table of content

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)

public bool PauseOnBack { get; set; }

Property Value

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

Windows Phone OS

Supported in: 8.1

Show:
© 2017 Microsoft