Sys.Observer.raiseCollectionChanged Method
Raises the collectionChanged event.
Sys.Observer.raiseCollectionChanged(target,changes);
Parameters
Term |
Definition |
---|---|
target |
The collection to which an event is raised. |
changes |
A Sys.CollectionChange object that contains the list of changes that were performed on the collection since the last event. |
Returns
None.