The type of event raised after an operation on a collection has changed its contents.
Normally, a multioperation like AddAll,
.
will only fire one CollectionChanged event. Any operation that changes the collection
must fire CollectionChanged as its last event.