SelectManyReadOnlyContinuousCollection needs to monitor changes made to child collections
description
SelectManyReadOnlyContinuousCollection operates on a collection of collections.
Currently, the INotifyPropertyChanged interface of the parent collection is monitored, but changes to the child collections are not monitored.
I have attached a patch that fixes this issue and extends the unit tests matelich wrote for this class.