This topic has not yet been rated - Rate this topic

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.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
protected virtual void OnRemovedFromJournal(
	JournalEntryRemovedEventArgs e
)

Parameters

e
Type: System.Windows.Navigation.JournalEntryRemovedEventArgs
The removed journal entry.

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.