Describes the action that caused a CollectionChanged event.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public enum NotifyCollectionChangedAction |
Visual Basic
![]() |
---|
Public Enum NotifyCollectionChangedAction |
Member name | 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. |
![]() |
Reset |
The content of the collection changed dramatically. |
MindFusion.Diagramming Developer's Guide | © 2025 MindFusion |