C# Class ApplicationSettings.AddSettingsScenario

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: SDKTemplate.Common.LayoutAwarePage
Afficher le fichier Open project: jkuemerle/CodeMash2013

Méthodes publiques

Méthode Description
AddSettingsScenario ( ) : Windows.UI.ApplicationSettings

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Private Methods

Méthode Description
OnShowSettingsCharm ( object sender, RoutedEventArgs e ) : void
addSettingsScenarioAdd_Click ( object sender, RoutedEventArgs e ) : void

This is the click handler for the 'addSettingsScenarioAdd' button. You would replace this with your own handler if you have a button or buttons on this page.

onCommandsRequested ( SettingsPane settingsPane, SettingsPaneCommandsRequestedEventArgs eventArgs ) : void
onSettingsCommand ( IUICommand command ) : void

Method Details

AddSettingsScenario() public méthode

public AddSettingsScenario ( ) : Windows.UI.ApplicationSettings
Résultat Windows.UI.ApplicationSettings

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs Event data that describes how this page was reached. The Parameter /// property is typically used to configure the page.
Résultat void