PhoneApplicationPage.OnBackKeyPress Method

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Protected Overridable Sub OnBackKeyPress ( _
    e As CancelEventArgs _
)
protected virtual void OnBackKeyPress(
    CancelEventArgs e
)
protected:
virtual void OnBackKeyPress(
    CancelEventArgs^ e
)
abstract OnBackKeyPress : 
        e:CancelEventArgs -> unit  
override OnBackKeyPress : 
        e:CancelEventArgs -> unit

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhoneApplicationPage Class

Microsoft.Phone.Controls Namespace