Example #1
0
 private void OnSelectionChanged(object sender, SelectionChangedEventArgs e)
 {
     ProductBindingGroup.CommitEdit();
 }
Example #2
0
 private void OnLostFocus(object sender, RoutedEventArgs e)
 {
     ProductBindingGroup.CommitEdit();
 }