Update NotifyCollectionChangedAction enum "Reset" description to not let it look like clearing collection #3253
Labels
doc-bug
Problem with the content; needs to be fixed
easy
Issue should be easy to implement, good for first-time contributors
help wanted
Good for community contributors to help [up-for-grabs]
Pri3
Indicates issues/PRs that are low priority
Milestone
Currently, the description of the "Reset" value on the NotifyCollectionChangedAction enum page indicates that the collection was cleared. However some collection (for example
Platform::Collections::Vector
) use the reset event do indicate that the collection went through dramatic changes, such asReplaceAll
.The UWP documentation for the enum describe the "Reset" value better:
In order for the value to be understand correctly, I think the documentations should line up regarding on what this value should or is used for.
See this issue over at WinUI for more context.
The text was updated successfully, but these errors were encountered: