PhoneApplicationPage.BackKeyPress Event

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

Syntax

'Declaration
Public Event BackKeyPress As EventHandler(Of CancelEventArgs)
public event EventHandler<CancelEventArgs> BackKeyPress
public:
virtual   event EventHandler<CancelEventArgs^>^ BackKeyPress {
    void add (EventHandler<CancelEventArgs^>^ value);
    void remove (EventHandler<CancelEventArgs^>^ value);
}
abstract BackKeyPress : IEvent<EventHandler<CancelEventArgs>,
    CancelEventArgs>
override BackKeyPress : IEvent<EventHandler<CancelEventArgs>,
    CancelEventArgs>

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