Compartir a través de


NotifyCollectionChangedEventArgs.Action Propiedad

Definición

Obtiene la descripción de la acción que causó el evento.

public:
 property NotifyCollectionChangedAction Action { NotifyCollectionChangedAction get(); };
NotifyCollectionChangedAction Action();
public NotifyCollectionChangedAction Action { get; }
var notifyCollectionChangedAction = notifyCollectionChangedEventArgs.action;
Public ReadOnly Property Action As NotifyCollectionChangedAction

Valor de propiedad

Descripción de la acción que provocó el evento, como un valor de la enumeración.

Comentarios

Al programar con .NET, esta clase está oculta y los desarrolladores deben usar la clase System.Collections.Specialized.NotifyCollectionChangedEventArgs .

Se aplica a

Consulte también