Update 1.91 - 1.93 events don't raise collectionChanged

Hi,

we have a complex application and after update from version 1.91 to 1.93
(only change cesium) we have problems with events. We use

datasource.entities.collectionChanged.addEventListener(myFunction);

First change will work but after that no events are raised

Rüdiger