Describes the possible changes to the collection.

C# | Visual Basic | Visual C++ |
public enum Kind
Public Enumeration Kind
public enum class Kind

Member | Description |
---|---|
Added |
An element was added to the collection.
|
Removed |
An element was removed from the collection.
|
Updated |
An element was updated in the collection.
|