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
Mostrar archivo Open project: DXFrance/OfficeTicTacToe Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void

Private Methods

Method 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 method

public AppShell ( ) : Microsoft.Graph
return Microsoft.Graph

GetCurrentSourcePageType() public method

public GetCurrentSourcePageType ( ) : Type
return System.Type

Navigate() public method

public Navigate ( Type page, Object args = null ) : void
page System.Type
args Object
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs
return void

SetTitle() public method

public SetTitle ( String text ) : void
text String
return void