Condividi tramite


NotifyCollectionChangedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento CollectionChanged .

.NET Questa interfaccia viene visualizzata come 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)

Parametri

sender
Object

Oggetto in cui è associato il gestore.

e
NotifyCollectionChangedEventArgs

Dati dell'evento per l'evento.

Attributi

Commenti

Quando si programma con .NET, questo delegato è nascosto e gli sviluppatori devono usare il delegato System.Collections.Specialized.NotifyCollectionChangedEventHandler .

Si applica a

Vedi anche