Syntax
[System.Runtime.CompilerServices.TypeForwardedFrom("WindowsBase, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35")]
public enum NotifyCollectionChangedAction
Remarks
Members
Member Name | Description |
---|
Add |
One or more items were added to the collection.
|
Move |
One or more items were moved within the collection.
|
Remove |
One or more items were removed from the collection.
|
Replace |
One or more items were replaced in the collection.
|
Reset |
The content of the collection changed dramatically.
|
Requirements
Namespace: System.Collections.Specialized
Assembly: System (in System.dll)
Assembly Versions: 4.0.0.0