C# Class AppShellSample.AppShell

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Public Methods

Method Description
AppShell ( ) : AppShellSample.Views
GoToEditPage ( ) : void
GoToHomePage ( ) : void

Private Methods

Method Description
BackButton_Click ( object sender, RoutedEventArgs e ) : void
BackRequested ( bool &handled ) : void
HamburgerMenu_UnChecked ( object sender, RoutedEventArgs e ) : void
OnNavigatedToPage ( object sender, NavigationEventArgs e ) : void
OnNavigatingToPage ( object sender, NavigatingCancelEventArgs e ) : void

Method Details

AppShell() public method

public AppShell ( ) : AppShellSample.Views
return AppShellSample.Views

GoToEditPage() public method

public GoToEditPage ( ) : void
return void

GoToHomePage() public method

public GoToHomePage ( ) : void
return void