PhoneApplicationPage.OnBackKeyPress Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Called when the hardware Back button is pressed.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- e
- Type: System.ComponentModel.CancelEventArgs
Set e.Cancel to true to indicate that the request was handled by the application.
Show: