/// <summary> /// Apply the current values in the Captions, Descriptions, and DisplayFolders collections to the data model. /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void OnApplyButton_Click(object sender, RoutedEventArgs e) { DataModel.Update(); }