Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CollectionChangeAction Enumeration

 

Specifies how the collection is changed.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public enum class CollectionChangeAction

Member nameDescription
Add

Specifies that an element was added to the collection.

Refresh

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

Remove

Specifies that an element was removed from the collection.

The CollectionChangeEventArgs class uses this enumeration.

.NET Framework
Available since 1.1
Return to top
Show: