PhoneApplicationPage.OnRemovedFromJournal Method
July 26, 2012
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.