Definition
Assembly: CloudNimble.EasyAF.Extensions.Collections.dll Namespace: System.Collections.ObjectModel Inheritance: System.EnumSyntax
Summary
Specifies how bulk-change notifications are raised on an ObservableCollection`1.Values
| Name | Value | Description |
|---|---|---|
Batched | 0 | Raises a single event with the proper action (Add, Remove, or Replace) |
| and populates | ||
Reset | 1 | Raises a single |
| Compatible with all UI frameworks including WPF. |