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
显示文件 Open project: inthehand/Charming

Public Methods

Method Description
AboutPage ( ) : System

Protected Methods

Method Description
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void

Private Methods

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

public AboutPage ( ) : System
return System

OnNavigatingFrom() protected method

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