Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PropertyExpressionCollection::CollectionChanged Event

 

Occurs when an item of the collection is added, removed, or modified.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
event NotifyCollectionChangedEventHandler^ CollectionChanged {
	virtual void add(NotifyCollectionChangedEventHandler^ value) sealed;
	virtual void remove(NotifyCollectionChangedEventHandler^ value) sealed;
}
Return to top
Show: