PhoneApplicationFrame.JournalEntryRemoved Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

This event is raised during a RemoveBackEntry()()() operation or during a normal back navigation after the Navigated event has been raised.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Event JournalEntryRemoved As EventHandler(Of JournalEntryRemovedEventArgs)
public event EventHandler<JournalEntryRemovedEventArgs> JournalEntryRemoved
<object JournalEntryRemoved="EventHandler<JournalEntryRemovedEventArgs>" .../>

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

PhoneApplicationFrame Class

Microsoft.Phone.Controls Namespace