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.
Gets an array of changes that were performed on the collection since the last event.
var a = MyNotifyCollChangedEventArgs.get_changes();
An array of CollectionChange objects that were performed on the collection since the last event.