Sys.NotifyCollectionChangedEventArgs.changes Property

Gets an array of changes that were performed on the collection since the last event.

var a = MyNotifyCollChangedEventArgs.get_changes();

Return Value

An array of CollectionChange objects that were performed on the collection since the last event.

See Also

Other Resources

Language Reference