Skip to content

Commit

Permalink
Update con
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst authored Aug 7, 2024
1 parent ee48c93 commit a75e6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accepted/2024/observable_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ exceptions.
controls whether the collection view will translate bulk events to individual
events.
- Pro: Simpler API for the base, with an opt-out switch at the level of WPF.
- Con: Needs more investigation to determine feasibility.
- Con: Needs more investigation to determine feasibility, would only be helpful for WPF

* **Separate API**. We could add a new interface
`IBatchedNotifyCollectionChanged` interface that `ObservableCollection<T>`
Expand Down

0 comments on commit a75e6b9

Please sign in to comment.