CollectionChangeAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the collection is changed.
public enum class CollectionChangeAction
public enum CollectionChangeAction
type CollectionChangeAction =
Public Enum CollectionChangeAction
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Add | 1 | Specifies that an element was added to the collection. |
Remove | 2 | Specifies that an element was removed from the collection. |
Refresh | 3 | Specifies that the entire collection has changed. This is caused by using methods that manipulate the entire collection, such as Clear(). |
Remarks
The CollectionChangeEventArgs class uses this enumeration.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.