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

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

PhoneApplicationPage Class

Microsoft.Phone.Controls Namespace