CollectionChangedEventCallback

The signature of the event generated by EntityCollection.collectionChanged.

Parameters

collection

The collection that triggered the event.

added

The array of Entity instances that have been added to the collection.

removed

The array of Entity instances that have been removed from the collection.

changed

The array of Entity instances that have been modified.

See also