Compartir a través de


ModelItemDictionary.CollectionChanged (Evento)

Cuando se invalida en una clase derivada, se produce si cambia el contenido de este diccionario.

Espacio de nombres:  Microsoft.Windows.Design.Model
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public MustOverride Event CollectionChanged As NotifyCollectionChangedEventHandler
public abstract event NotifyCollectionChangedEventHandler CollectionChanged
public:
virtual  event NotifyCollectionChangedEventHandler^ CollectionChanged {
    void add (NotifyCollectionChangedEventHandler^ value);
    void remove (NotifyCollectionChangedEventHandler^ value);
}
abstract CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
    NotifyCollectionChangedEventArgs>
JScript no admite eventos.

Implementaciones

INotifyCollectionChanged.CollectionChanged

Seguridad de .NET Framework

Vea también

Referencia

ModelItemDictionary Clase

Microsoft.Windows.Design.Model (Espacio de nombres)

Otros recursos

Arquitectura de extensibilidad de WPF Designer