Compartir a través de


PropertyExpressionCollection.CollectionChanged (Evento)

Se produce cuando se agrega, quita o modifica un elemento de la colección.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

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

Implementaciones

INotifyCollectionChanged.CollectionChanged

Seguridad de .NET Framework

Vea también

Referencia

PropertyExpressionCollection Clase

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)

NotifyCollectionChangedEventHandler