NotifyCollectionChangedEventArgs.Action Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la description de l'action qui a provoqué l'événement.
public:
property NotifyCollectionChangedAction Action { NotifyCollectionChangedAction get(); };
NotifyCollectionChangedAction Action();
public NotifyCollectionChangedAction Action { get; }
var notifyCollectionChangedAction = notifyCollectionChangedEventArgs.action;
Public ReadOnly Property Action As NotifyCollectionChangedAction
Valeur de propriété
Description de l’action à l’origine de l’événement, en tant que valeur de l’énumération.
Remarques
Lors de la programmation avec .NET, cette classe est masquée et les développeurs doivent utiliser la classe System.Collections.Specialized.NotifyCollectionChangedEventArgs .