Click or drag to resize
PageOnNavigatedTo Method
Invoked when the Page is loaded and becomes the current source of a parent Frame.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
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