/// <summary> /// Called when when the user has updated the preferences in the UI. Allows the /// </summary> /// <param name="sender">The sender.</param> /// <param name="e">The <see cref="PreferencesUpdatedEventArgs"/> instance containing the /// event data.</param> private static void OnViewPreferencesUpdated(object sender, PreferencesUpdatedEventArgs e) { // TODO: Update additional user settings here PreferencesManager.Save(); }