NotifyCollectionChangedEventArgs.Action Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém a descrição da ação que causou o evento.
public:
property NotifyCollectionChangedAction Action { NotifyCollectionChangedAction get(); };
NotifyCollectionChangedAction Action();
public NotifyCollectionChangedAction Action { get; }
var notifyCollectionChangedAction = notifyCollectionChangedEventArgs.action;
Public ReadOnly Property Action As NotifyCollectionChangedAction
Valor da propriedade
A descrição da ação que causou o evento, como um valor da enumeração.
Comentários
Ao programar com o .NET, essa classe fica oculta e os desenvolvedores devem usar a classe System.Collections.Specialized.NotifyCollectionChangedEventArgs .