Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​ComponentModel.​CollectionChangeAction
Assembly: System.ComponentModel.TypeConverter
Specifies how the collection is changed.
Values
Add
Specifies that an element was added to the collection.
Remove
Specifies that an element was removed from the collection.
Refresh
Specifies that the entire collection has changed. This is caused by using methods that manipulate the entire collection, such as <see cref="M:System.Collections.CollectionBase.Clear" /> .