Describes a change in a collection.
Creates a CollectionChange object based on the supplied parameters.
A NotifyCollectionChangedAction enumeration value.
(Optional) The items that were added when the action is add or replace.
(Optional) An integer that represents the index where new items have been inserted.
(Optional) The items that were removed when the action is remove or replace.
@param oldStartingIndex (Optional) An integer that represents the index where old items have been removed.
Gets a NotifyCollectionChangedAction object that contains the change action enumeration value.
The index where new items have been inserted.
The items that were removed when the NotifyCollectionChangedAction object is set to remove.
Gets the index where old items have been removed.