C# Class OfficeTicTacToe.AppShell

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: DXFrance/OfficeTicTacToe Class Usage Examples

Méthodes publiques

Méthode Description
AppShell ( ) : Microsoft.Graph
GetCurrentSourcePageType ( ) : Type
Navigate ( Type page, Object args = null ) : void
SetTitle ( String text ) : void

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void

Private Methods

Méthode Description
ButtonTransparentForBigFinger_Click ( object sender, RoutedEventArgs e ) : void
HamburgerButton_Click ( object sender, RoutedEventArgs e ) : void
NavLinksList_ItemClick ( object sender, ItemClickEventArgs e ) : void
RefreshButton_Click ( object sender, RoutedEventArgs e ) : void
ShellFrame_Navigated ( object sender, NavigationEventArgs e ) : void
ShellFrame_Navigating ( object sender, NavigatingCancelEventArgs e ) : void

Method Details

AppShell() public méthode

public AppShell ( ) : Microsoft.Graph
Résultat Microsoft.Graph

GetCurrentSourcePageType() public méthode

public GetCurrentSourcePageType ( ) : Type
Résultat System.Type

Navigate() public méthode

public Navigate ( Type page, Object args = null ) : void
page System.Type
args Object
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatingFrom() protected méthode

protected OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs
Résultat void

SetTitle() public méthode

public SetTitle ( String text ) : void
text String
Résultat void