Invoked when the Page is loaded and becomes the current source of a parent
Frame.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax protected virtual void OnNavigatedTo(
NavigationEventArgs e
)
Parameters
- e
- Type: Windows.UI.Xaml.NavigationNavigationEventArgs
Event data that can be examined by overriding code. The event data is representative
of the pending navigation that will load the current Page. Usually the most
relevant property to examine is Parameter.
See Also