C# Class SoundCloudPlus.Pages.SettingPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Datei anzeigen Open project: justijndepover/Soundcloudplus

Public Methods

Method Description
SettingPage ( ) : Windows.ApplicationModel

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
BandToggle_OnToggled ( object sender, RoutedEventArgs e ) : void
Button_Click ( object sender, RoutedEventArgs e ) : void
ComboBox_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
CurrentView_BackRequested ( object sender, BackRequestedEventArgs e ) : void
DebugToggle_OnToggled ( object sender, RoutedEventArgs e ) : void
LivetilesToggle_Toggled ( object sender, RoutedEventArgs e ) : void
SetThemeIndex ( ) : void
ToastToggle_Toggled ( object sender, RoutedEventArgs e ) : void

Method Details

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

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

SettingPage() public method

public SettingPage ( ) : Windows.ApplicationModel
return Windows.ApplicationModel