Compartilhar via


NotifyCollectionChangedEventArgs.Action Propriedade

Definição

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 .

Aplica-se a

Confira também