Sys.CollectionChange.oldItems Field
The items that were removed when the NotifyCollectionChangedAction object is set to remove.
var a = Sys.CollectionChange.oldItems;
Return Value
An array containing the items that were removed.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The items that were removed when the NotifyCollectionChangedAction object is set to remove.
var a = Sys.CollectionChange.oldItems;
An array containing the items that were removed.