This is for internal use only and is not intended to be used directly from your code.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public enum NotifyGroupCollectionChangedAction
Fields
Denotes that one or more items were added to the collection.
C#
Add = 0
Denotes that the content of a group is changed.
C#
GroupChange = 5
Denotes that one or more items were moved within the collection.
C#
Move = 3
Denotes that one or more items were removed from the collection.
C#
Remove = 1
Denotes that one or more items were replaced in the collection.
C#
Replace = 2
Denotes that the content of the collection changed dramatically.
C#
Reset = 4