Compartilhar via


Evento PropertyExpressionCollection.CollectionChanged

Ocorre quando um item da coleção adicionado, removido ou modificado.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Implementações

INotifyCollectionChanged.CollectionChanged

Segurança do .NET Framework

Consulte também

Referência

PropertyExpressionCollection Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting

NotifyCollectionChangedEventHandler