Partager via


NotifyCollectionChangedEventHandler Délégué

Définition

Représente la méthode qui gérera l’événement CollectionChanged .

.NET Cette interface apparaît sous la forme System.Collections.Specialized.NotifyCollectionChangedEventHandler.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3390092156, 62338, 17809, 133, 87, 94, 36, 150, 82, 121, 176)]
class NotifyCollectionChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3390092156, 62338, 17809, 133, 87, 94, 36, 150, 82, 121, 176)]
public delegate void NotifyCollectionChangedEventHandler(object sender, NotifyCollectionChangedEventArgs e);
Public Delegate Sub NotifyCollectionChangedEventHandler(sender As Object, e As NotifyCollectionChangedEventArgs)

Paramètres

sender
Object

IInspectable

Objet dans lequel le gestionnaire est attaché.

e
NotifyCollectionChangedEventArgs NotifyCollectionChangedEventArgs

Données d'événement de l'événement.

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, ce délégué est masqué et les développeurs doivent utiliser le délégué System.Collections.Specialized.NotifyCollectionChangedEventHandler .

S’applique à

Voir aussi