C# Class OfficeTicTacToe.Common.NavigationHelper

Afficher le fichier Open project: DXFrance/OfficeTicTacToe

Méthodes publiques

Méthode Description
NavigationHelper ( ) : System
RegisterEntryPage ( Type entryPage ) : void
RegisterRootFrame ( Frame rootFrame ) : void
RegisterShellFrame ( Frame shellFrame ) : void

Private Methods

Méthode 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 méthode

public NavigationHelper ( ) : System
Résultat System

RegisterEntryPage() public méthode

public RegisterEntryPage ( Type entryPage ) : void
entryPage System.Type
Résultat void

RegisterRootFrame() public méthode

public RegisterRootFrame ( Frame rootFrame ) : void
rootFrame Windows.UI.Xaml.Controls.Frame
Résultat void

RegisterShellFrame() public méthode

public RegisterShellFrame ( Frame shellFrame ) : void
shellFrame Windows.UI.Xaml.Controls.Frame
Résultat void