NotifyCollectionChangedAction Enumeração
Definição
Descreve a ação que causou um evento CollectionChanged.Describes the action that caused a CollectionChanged event.
public enum class NotifyCollectionChangedAction
public enum NotifyCollectionChangedAction
type NotifyCollectionChangedAction =
Public Enum NotifyCollectionChangedAction
- Herança
Campos
| Add | 0 | O item foi adicionado à coleção.An item was added to the collection. |
| Move | 3 | O item foi movido dentro da coleção.An item was moved within the collection. |
| Remove | 1 | O item foi removido da coleção.An item was removed from the collection. |
| Replace | 2 | O item foi substituído na coleção.An item was replaced in the collection. |
| Reset | 4 | O conteúdo da coleção mudou drasticamente.The contents of the collection changed dramatically. |