March 22, 2012
This method is used to remove the most recent entry from the back stack, or throws an InvalidOperationException if there are no more entries to remove. If you want to remove more than one item, you call this method multiple times. This API is synchronous and must be called from the UI thread.
Public Function RemoveBackEntry As JournalEntry
public JournalEntry RemoveBackEntry()
Windows Phone