Compartilhar via


Evento PhoneApplicationPage.BackKeyPress

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

Sintaxe

'Declaração
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>

Informações sobre versão

.NET para aplicativos do Windows Phone

Com suporte em: Windows Phone 8, Silverlight 8.1

Segurança do .NET Framework

Consulte também

Referência

PhoneApplicationPage Classe

Namespace Microsoft.Phone.Controls