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