Is there a way to know when the panorama view gets changed from say a current title “Settings” to “Help”? I need this so I know what view to open if they click the add button or remove appbar buttons.
So lets say we got a panerama view like:

How can we know when the user changed from the recent part to the part the phone is currently on or the network part?
The
Panoramacontrol raises aSelectionChangedevent each time the user navigates from onePanoramaItemto the next. You can then determine the index of the current page by inspecting theSelectedIndexproperty.