Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Extensions.Collections.dll Namespace: System.Collections.ObjectModel Inheritance: System.Enum

Syntax

System.Collections.ObjectModel.CollectionChangeNotificationMode

Summary

Specifies how bulk-change notifications are raised on an ObservableCollection`1.

Values

NameValueDescription
Batched0Raises a single event with the proper action (Add, Remove, or Replace)
and populates NewItems/OldItems with all affected items.
Reset1Raises a single event.
Compatible with all UI frameworks including WPF.