The constructor with a propertychanged mentions that it should only be used for object schema changes and with adequate ListChangedType value.
This is in contrast to item changes, which specify item indices and different ListChangedType values.
The remarks section on this type, ListChangedEventArgs, should mention and describe this differentiation.
Furthermore, it is unclear how a combination of the two should be handled. The ListChangedType can not be combined, but constructors with both types of parameters imply this is somehow possible and intended, but they do not document how it's supposed to work/be handled.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The constructor with a propertychanged mentions that it should only be used for object schema changes and with adequate
ListChangedTypevalue.This is in contrast to item changes, which specify item indices and different
ListChangedTypevalues.The remarks section on this type,
ListChangedEventArgs, should mention and describe this differentiation.Furthermore, it is unclear how a combination of the two should be handled. The
ListChangedTypecan not be combined, but constructors with both types of parameters imply this is somehow possible and intended, but they do not document how it's supposed to work/be handled.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.