NotifyCollectionChangedEventArgs Classe

Definição

Fornece dados para o evento de CollectionChanged .

public ref class NotifyCollectionChangedEventArgs : EventArgs
public class NotifyCollectionChangedEventArgs : EventArgs
type NotifyCollectionChangedEventArgs = class
    inherit EventArgs
Public Class NotifyCollectionChangedEventArgs
Inherits EventArgs
Herança
NotifyCollectionChangedEventArgs

Construtores

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction)

Inicializa uma nova instância da classe NotifyCollectionChangedEventArgs que descreve uma alteração Reset.

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList)

Inicializa uma nova instância da classe NotifyCollectionChangedEventArgs que descreve uma alteração de vários itens.

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList)

Inicializa uma nova instância da classe NotifyCollectionChangedEventArgs que descreve uma alteração Replace de vários itens.

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList, Int32)

Inicializa uma nova instância da classe NotifyCollectionChangedEventArgs que descreve uma alteração Replace de vários itens.

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, Int32)

Inicializa uma nova instância da classe NotifyCollectionChangedEventArgs que descreve uma alteração de vários itens ou uma alteração de Reset.

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, Int32, Int32)

Inicializa uma nova instância da classe NotifyCollectionChangedEventArgs que descreve uma alteração Move de vários itens.

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object)

Inicializa uma nova instância da classe NotifyCollectionChangedEventArgs que descreve uma alteração de um item.

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Int32)

Inicializa uma nova instância da classe NotifyCollectionChangedEventArgs que descreve uma alteração de um item.

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Int32, Int32)

Inicializa uma nova instância da classe NotifyCollectionChangedEventArgs que descreve uma alteração Move de um item.

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Object)

Inicializa uma nova instância da classe NotifyCollectionChangedEventArgs que descreve uma alteração Replace de um item.

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Object, Int32)

Inicializa uma nova instância da classe NotifyCollectionChangedEventArgs que descreve uma alteração Replace de um item.

Propriedades

Action

Obtém a ação que causou o evento.

NewItems

Obtém a lista de novos itens envolvidos na alteração.

NewStartingIndex

Obtém o índice no qual a alteração ocorreu.

OldItems

Obtém a lista de itens afetados por uma ação de Replace, Remover ou Mover.

OldStartingIndex

Obtém o índice no qual ocorreu uma ação Move, Remove ou Replace.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.

(Herdado de Object)

Aplica-se a

Confira também