I\'m hoping to be able to reject some items after they have been added to an ObservableCollection. I am not able to subclass the ObservableCollection or use any sort of view, s
Check out Common Mistakes using Observable Collection.
Having said that, if you still want to go this route - you can spin a new Thread