Compartilhar via


NotifyCollectionChangedEventHandler Delegar

Definição

Representa o método que manipulará o evento CollectionChanged .

.NET Essa interface aparece como 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)

Parâmetros

sender
Object

IInspectable

O objeto em que o manipulador está anexado.

Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 (introduzida na 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v1.0)

Comentários

Ao programar com o .NET, esse delegado fica oculto e os desenvolvedores devem usar o delegado System.Collections.Specialized.NotifyCollectionChangedEventHandler .

Aplica-se a

Confira também