I have a user control. there I want to maintain a collection as a dependency property. Suppose that property is bound to a collection which implements INotifyCollectionChanged
.
Now suppose the collection got added or removed with some item how can i listen to that change in the user control.