<PackageReference Include="System.ObjectModel" Version="4.0.11-beta-23409" />

NotifyCollectionChangedAction

Describes the action that caused a CollectionChanged event.
Add = 0

One or more items were added to the collection.

Move = 3

One or more items were moved within the collection.

Remove = 1

One or more items were removed from the collection.

Replace = 2

One or more items were replaced in the collection.

Reset = 4

The content of the collection changed dramatically.