PhoneApplicationFrame.BackKeyPress-Ereignis

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:
 event EventHandler<CancelEventArgs^>^ BackKeyPress {
    void add (EventHandler<CancelEventArgs^>^ value);
    void remove (EventHandler<CancelEventArgs^>^ value);
}
member BackKeyPress : IEvent<EventHandler<CancelEventArgs>,
    CancelEventArgs>

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

PhoneApplicationFrame Klasse

Microsoft.Phone.Controls-Namespace