Describes available actions that can cause an ItemsSource event.

Enumeration Members

Change: 3

An item property value changed in the data source.

Insert: 1

One or more rows were added to the data source.

Remove: 0

One or more rows were removed from the data source.

Replace: 2

One or more rows were replaced in the data source.

Reset: 4

The entire data source contents were reset.