CollectionChangeAction Enum

Definition

Specifies how the collection is changed.

public enum class CollectionChangeAction
public enum CollectionChangeAction
type CollectionChangeAction = 
Public Enum CollectionChangeAction
Inheritance
CollectionChangeAction

Fields

Add 1

Specifies that an element was added to the collection.

Refresh 3

Specifies that the entire collection has changed. This is caused by using methods that manipulate the entire collection, such as Clear().

Remove 2

Specifies that an element was removed from the collection.

Remarks

The CollectionChangeEventArgs class uses this enumeration.

Applies to

See also