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.
PropertyExpression::PropertyChanged Event
Occurs when the value of a property value of this object has changed.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public: event PropertyChangedEventHandler^ PropertyChanged { virtual void add(PropertyChangedEventHandler^ value) sealed; virtual void remove(PropertyChangedEventHandler^ value) sealed; }
Implements
INotifyPropertyChanged::PropertyChanged
Show: