The System.ComponentModel.CollectionChangeEventArgs class uses this enumeration.
| 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 CollectionBase.Clear. |
| Remove |
Specifies that an element was removed from the collection. |