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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- e
- Type: System.Windows.Navigation.JournalEntryRemovedEventArgs
The removed journal entry.
Show: