PhoneApplicationFrame.BackKeyPress (Evento)

Espacio de nombres:  Microsoft.Phone.Controls
Ensamblado:  Microsoft.Phone (en Microsoft.Phone.dll)

Sintaxis

'Declaración
Public Event BackKeyPress As EventHandler(Of CancelEventArgs)
public event EventHandler<CancelEventArgs> BackKeyPress
public:
 event EventHandler<CancelEventArgs^>^ BackKeyPress {
    void add (EventHandler<CancelEventArgs^>^ value);
    void remove (EventHandler<CancelEventArgs^>^ value);
}
member BackKeyPress : IEvent<EventHandler<CancelEventArgs>,
    CancelEventArgs>

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

PhoneApplicationFrame Clase

Microsoft.Phone.Controls (Espacio de nombres)