Поделиться через


PropertyExpressionCollection.CollectionChanged - событие

Происходит, если элемент коллекции добавляется, удаляется или изменяется.

Пространство имен:  Microsoft.VisualStudio.TestTools.UITesting
Сборка:  Microsoft.VisualStudio.TestTools.UITest.Extension (в Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Синтаксис

'Декларация
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 не поддерживает события.

Реализации

INotifyCollectionChanged.CollectionChanged

Безопасность платформы .NET Framework

См. также

Ссылки

PropertyExpressionCollection Класс

Microsoft.VisualStudio.TestTools.UITesting - пространство имен

NotifyCollectionChangedEventHandler