Occurs when the collection changes.
Object.defineProperty(AnnBatesElementCollection.prototype,'collectionChanged',
get: function(),
set: function(value)
)
AnnNotifyCollectionChangedEventArgs
The event handler receives an argument of type AnnNotifyCollectionChangedEventArgs, which contains data that is related to this event.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | AnnNotifyCollectionChangedEventArgs | The event data. |