In my custom Component I have a public bindable array collection (tied to my
model in my
model locator). I want to call a function when the array collection changes.
How can I detect a
change in the array collection and call a function in my custom component? I
don't want to
bind it to component property. I need to call my custom function and perform
several
operations based on the new data. I have investigated adding a listener to the
CollectionEventKind event...but didn't seem to work. Any thoughts? Have I
overlooked the
obvious? Thanks!