Click or drag to resize
AppOnNavigationFailed Method
Invoked when Navigation to a certain page fails

Namespace: VikingChess
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void OnNavigationFailed(
	Object sender,
	NavigationFailedEventArgs e
)

Parameters

sender
Type: SystemObject
The Frame which failed navigation
e
Type: Windows.UI.Xaml.NavigationNavigationFailedEventArgs
Details about the navigation failure
See Also