Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the PropertyChanged event.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
protected void NotifyPropertyChanged(
string propertyName
)
protected:
void NotifyPropertyChanged(
String^ propertyName
)
member NotifyPropertyChanged :
propertyName:string -> unit
Protected Sub NotifyPropertyChanged (
propertyName As String
)
Parameters
propertyName
Type: System.StringThe name of the property that is changed.
See Also
PropertyChanged
UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top