C# Class InTheHand.UI.ApplicationSettings.AboutPage

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: inthehand/Charming

Méthodes publiques

Méthode Description
AboutPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void

Private Methods

Méthode Description
AboutPage_BackRequested ( object sender, BackRequestedEventArgs e ) : void
AboutPage_Loaded ( object sender, RoutedEventArgs e ) : void
AboutPage_Unloaded ( object sender, RoutedEventArgs e ) : void
HardwareButtons_BackPressed ( object sender, Windows e ) : void
UnregisterBack ( ) : void

Method Details

AboutPage() public méthode

public AboutPage ( ) : System
Résultat System

OnNavigatingFrom() protected méthode

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