CollectionPropertyDescriptor.notifyOnCollectionPropertyChanged Method

Notify this instance when the items of the array are changed.
 

Parameters

oldItems

Type: Array
ElementType: Object
An array of items that were removed.
oldStartingIndex

Type: Number (Integer)
The index of the first item that was removed.
newItems

Type: Array
ElementType: Object
An array of items that were added.
newStartingIndex

Type: Number (Integer)
The index of the first item that was added.
newValue

Type: Array
ElementType: Object
New value items.
oldValue

Type: Array
ElementType: Object
Old value items.
action

Type: CollectionChangedAction
The action that caused the collection to change.