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