Hi,
collectionEventKind.Update does not seem to fire when subitems within
a collection change, i.e.. 
myArr = new ArrayCollection();
myOtherArr = new ArrayCollection();
myArr.addItem(myOtherArr);

the update event does not fire if myOtherArr changes. it does if myArr
changes. 

Reply via email to