Click or drag to resize
NavigationHelper Constructor
Initializes a new instance of the NavigationHelper class.

Namespace: foodez.Common
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public NavigationHelper(
	Page page
)

Parameters

page
Type: Windows.UI.Xaml.ControlsPage
A reference to the current page used for navigation. This reference allows for frame manipulation and to ensure that keyboard navigation requests only occur when the page is occupying the entire window.
See Also