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
Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Méthodes publiques

Méthode Description
AppShell ( ) : AppShellSample.Views
GoToEditPage ( ) : void
GoToHomePage ( ) : void

Private Methods

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

public AppShell ( ) : AppShellSample.Views
Résultat AppShellSample.Views

GoToEditPage() public méthode

public GoToEditPage ( ) : void
Résultat void

GoToHomePage() public méthode

public GoToHomePage ( ) : void
Résultat void