C# Class ApplicationSettings.AddSettingsScenario

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

Public Methods

Method Description
AddSettingsScenario ( ) : Windows.UI.ApplicationSettings

Protected Methods

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

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

Private Methods

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

public AddSettingsScenario ( ) : Windows.UI.ApplicationSettings
return Windows.UI.ApplicationSettings

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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.
return void