Condividi tramite


Evento PropertyExpressionObservableCollection.CollectionChanged

Evento generato quando la raccolta viene modificata.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Implementa

INotifyCollectionChanged.CollectionChanged

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyExpressionObservableCollection Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting