C# Class AppStore.SettingsDialog

This class deals with Settings Dialog and implements all the important user-defined settings required by the app.
Inheritance: ContentDialog
Show file Open project: BuildmLearn/BuildmLearn-Store Class Usage Examples

Public Methods

Method Description
SettingsDialog ( ) : AppStore.Models

Public constructor for the SettingsDialog

Private Methods

Method Description
Connect ( int connectionId, object target ) : void
ContentDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void

Method which is executed when the user taps on the "apply" button in the SettingsDialog.

ContentDialog_SecondaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void

Method which is executed when the user taps on the "cancel" button in the SettingsDialog

InitializeComponent ( ) : void

Method Details

SettingsDialog() public method

Public constructor for the SettingsDialog
public SettingsDialog ( ) : AppStore.Models
return AppStore.Models