I have right now a windows phone 8 application that uses cimbalino Toolkit navigation service in my View Model.
I have a MainPage and a AddItemPage. When a user add and item and hits the save button, I have it go back to the MainPage.
Now I want to remove the AddItemPage from the back stack. Yet I have no clue where to put "RemoveBackEntry".