NavigationHelperOnNavigatedFrom Method |
Invoked when this page will no longer be displayed in a Frame.
This method calls
SaveState, where all page specific
navigation and process lifetime management logic should be placed.
Namespace: foodez.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void OnNavigatedFrom(
NavigationEventArgs e
)
Public Sub OnNavigatedFrom (
e As NavigationEventArgs
)
public:
void OnNavigatedFrom(
NavigationEventArgs^ e
)
member OnNavigatedFrom :
e : NavigationEventArgs -> unit
Parameters
- e
- Type: Windows.UI.Xaml.NavigationNavigationEventArgs
Event data that describes how this page was reached. The Parameter
property provides the group to be displayed.
See Also