PhoneApplicationPage.OnRemovedFromJournal Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Called on a page after it has been removed from the journal through the RemoveBackEntry()()() method. It is also called after the OnNavigatedFrom(NavigationEventArgs) override in a normal back navigation.
Namespace: Microsoft.Phone.Controls
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Protected Overridable Sub OnRemovedFromJournal ( _
e As JournalEntryRemovedEventArgs _
)
protected virtual void OnRemovedFromJournal(
JournalEntryRemovedEventArgs e
)
Parameters
- e
Type: System.Windows.Navigation..::.JournalEntryRemovedEventArgs
The removed journal entry.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone