C# Class InTheHandUI.ApplicationSettings.SettingsPage

Inheritance: PhoneApplicationPage
Datei anzeigen Open project: inthehand/Charming

Public Methods

Method Description
SettingsPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Method Description
HardwareButtons_BackPressed ( object sender, Windows e ) : void
RateAndReviewSelected ( IUICommand command ) : void
SettingsList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
SettingsPage_BackRequested ( object sender, BackRequestedEventArgs e ) : void
SettingsPage_Loaded ( object sender, RoutedEventArgs e ) : void
SettingsPage_Unloaded ( object sender, RoutedEventArgs e ) : void
UnregisterBack ( ) : void

Method Details

OnNavigatedTo() protected method

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

OnNavigatingFrom() protected method

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

SettingsPage() public method

public SettingsPage ( ) : System
return System