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::NotifyPropertyChanged Method (String^)

 

Raises the PropertyChanged event.

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

protected:
void NotifyPropertyChanged(
	String^ propertyName
)

Parameters

propertyName
Type: System::String^

The name of the property that is changed.

Return to top
Show: