Describes the action that caused a CollectionChanged event.
| C# | Visual Basic |
public enum NotifyCollectionChangedAction
Public Enumeration NotifyCollectionChangedAction
| Member | Description |
|---|---|
| Add |
One or more items were added to the collection.
|
| Remove |
One or more items were removed from the collection.
|
| Replace |
One or more items were replaced in the collection.
|
| Move |
One or more items were moved within the collection.
|
| Reset |
The content of the collection changed dramatically.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|