NavigationHelper Constructor |
Namespace: foodez.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic NavigationHelper(
Page page
)
Public Sub New (
page As Page
)
public:
NavigationHelper(
Page^ page
)
new :
page : Page -> NavigationHelper
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