Compartir a través de


NotifyCollectionChangedEventHandler Delegado

Definición

Representa el método que controlará el evento CollectionChanged .

.RED Esta interfaz 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

Objeto donde está asociado el controlador.

Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 (se introdujo en la versión 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v1.0)

Comentarios

Al programar con .NET, este delegado está oculto y los desarrolladores deben usar el delegado System.Collections.Specialized.NotifyCollectionChangedEventHandler .

Se aplica a

Consulte también