Partilhar 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(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2332625372, 8197, 23955, 191, 138, 114, 95, 1, 123, 170, 141)]
public delegate void NotifyCollectionChangedEventHandler(object sender, NotifyCollectionChangedEventArgs e);
Public Delegate Sub NotifyCollectionChangedEventHandler(sender As Object, e As NotifyCollectionChangedEventArgs)

Parâmetros

sender
Object

O objeto em que o manipulador está anexado.

e
NotifyCollectionChangedEventArgs

Os dados de evento do evento.

Atributos

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