Click or drag to resize
NavigationHelperOnNavigatedTo Method
Invoked when this page is about to be displayed in a Frame. This method calls LoadState, where all page specific navigation and process lifetime management logic should be placed.

Namespace: foodez.Common
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void OnNavigatedTo(
	NavigationEventArgs e
)

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