Click or drag to resize
ApplicationNavigateToFirstPage Method
Abstract method called when application should navigate to the very first screen. This happens even before authorization process begins. In most cases application should navigate to splash screen or similar.

Namespace:  GDEx
Assembly:  GDEx.UAP (in GDEx.UAP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected abstract void NavigateToFirstPage(
	Frame frame,
	Object eventArgs
)

Parameters

frame
Type: Windows.UI.Xaml.ControlsFrame
Application root frame on which navigation should be performed.
eventArgs
Type: SystemObject
Application launch parameters. Can be a LaunchActivatedEventArgs, IActivatedEventArgs or FileActivatedEventArgs.
See Also