NotifyCollectionChangedEventArgs Classe

Definição

Fornece dados para o evento CollectionChanged.

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

Construtores

Nome Description
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList, Int32)

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

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList)

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

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, Int32, Int32)

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

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, Int32)

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

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList)

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

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Int32, Int32)

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

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Int32)

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

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Object, Int32)

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

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Object)

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

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object)

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

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction)

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

Propriedades

Nome Description
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 Replaceação , Remover ou Mover.

OldStartingIndex

Obtém o índice no qual ocorreu uma Moveação , Remover ou Substituir.

Métodos

Nome Description
Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.

(Herdado de Object)
GetHashCode()

Serve como a função hash predefinida.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Objectatual.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.

(Herdado de Object)

Aplica-se a

Confira também