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.

UITestAction::PropertyChanged Event

 

Occurs when a property value changes.

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

public:
event PropertyChangedEventHandler^ PropertyChanged {
	virtual void add(PropertyChangedEventHandler^ value) sealed;
	virtual void remove(PropertyChangedEventHandler^ value) sealed;
}

To raise this event, the set procedure of a property should call the NotifyPropertyChanged method. Not all properties cause this event to be raised when their value is changed.

Return to top
Show: