C# Class OfficeTicTacToe.Common.NavigationHelper

Exibir arquivo Open project: DXFrance/OfficeTicTacToe

Public Methods

Method Description
NavigationHelper ( ) : System
RegisterEntryPage ( Type entryPage ) : void
RegisterRootFrame ( Frame rootFrame ) : void
RegisterShellFrame ( Frame shellFrame ) : void

Private Methods

Method Description
OnBackRequestedFromRootFrame ( object sender, BackRequestedEventArgs e ) : void

Back Request from root frame Just check if we are at the entry page, so dont go back, just exit

OnBackRequestedFromShellFrame ( object sender, BackRequestedEventArgs e ) : void

back from Shell

OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void

Invoked when Navigation to a certain page fails

Method Details

NavigationHelper() public method

public NavigationHelper ( ) : System
return System

RegisterEntryPage() public method

public RegisterEntryPage ( Type entryPage ) : void
entryPage System.Type
return void

RegisterRootFrame() public method

public RegisterRootFrame ( Frame rootFrame ) : void
rootFrame Windows.UI.Xaml.Controls.Frame
return void

RegisterShellFrame() public method

public RegisterShellFrame ( Frame shellFrame ) : void
shellFrame Windows.UI.Xaml.Controls.Frame
return void