NotifyCollectionChangedEventArgs Classe
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.
Fournit les données d’événement d’un événement CollectionChanged .
.NET Cette classe apparaît sous la forme System.Collections.Specialized.NotifyCollectionChangedEventArgs.
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class NotifyCollectionChangedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class NotifyCollectionChangedEventArgs
Public Class NotifyCollectionChangedEventArgs
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Remarques
Lors de la programmation avec .NET, cette classe est masquée et les développeurs doivent utiliser la classe System.Collections.Specialized.NotifyCollectionChangedEventArgs .
Constructeurs
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IBindableVector, IBindableVector, Int32, Int32) |
Initialise une nouvelle instance de la classe NotifyCollectionChangedEventArgs. |
Propriétés
Action |
Obtient la description de l'action qui a provoqué l'événement. |
NewItems |
Obtient les éléments affectés par une action. |
NewStartingIndex |
Obtient l’index auquel la modification s’est produite. |
OldItems |
Obtient l’élément affecté par une action Remplacer ou Supprimer . |
OldStartingIndex |
Obtient l’index de départ auquel une action Déplacer, Supprimer ou Remplacer s’est produite. |