I have a XamComboEditor bound to an ObservableCollection. As each item in the list is selected, inside the SelectionChanged event handler, the SelectionChangedEventArgs.RemovedItems contains all the existing selected items, however when deselecting an item in the list the RemovedItems only contain the item I actually removed as expected. Why does this occur? I had to wrap my remove code in a check to only run when the AddedItems count == 0.
Hello Mike,
This behavior was logged in our tracking system with ID 167127 and the following case was created for you: CAS-141217-C7P9J6 . The next step will be for a developer to review it and offer a fix, or other resolution.