I'm searching for a thread safe ObservableCollection
and i found this example here on stackoverflow:
Thread safe ObservableCollection
But my public event NotifyCollectionChangedEventHandler CollectionChanged;
object always is null.
Is there something missing in the example or do i miss something?
Or is there an even better solution for this?
Sorry that im asking a new question for this but i can't answer to that comment.
Thanks