CollectionChangeAction Enumeration
.NET Framework (current version)
Specifies how the collection is changed.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 1.1
Show: