Partager via


NotifyCollectionChangedEventArgs Classe

Définition

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(Microsoft.UI.Xaml.WinUIContract, 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(Microsoft.UI.Xaml.WinUIContract), 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
Object IInspectable NotifyCollectionChangedEventArgs
Attributs

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.

S’applique à

Voir aussi