MindFusion.Wpf Pack Programmer's Guide
NotifyCollectionChangedAction Enumeration
See Also
 





Describes the action that caused a CollectionChanged event.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum NotifyCollectionChangedAction

Visual Basic  Copy Code

Public Enum NotifyCollectionChangedAction

 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.

 See Also

MindFusion.Spreadsheet.Wpf Namespace