Partager via


PropertyExpressionCollection.CollectionChanged, événement

Se produit lorsqu'un élément de la collection est ajouté, supprimé ou modifié.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Implémentations

INotifyCollectionChanged.CollectionChanged

Sécurité .NET Framework

Voir aussi

Référence

PropertyExpressionCollection Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms

NotifyCollectionChangedEventHandler