Partager via


PropertyExpressionObservableCollection.CollectionChanged, événement

Événement déclenché lorsque cette collection est modifiée.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (dans Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.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

PropertyExpressionObservableCollection Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms