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