ObservableObject::NotifyPropertyChanged Method (String^)
Visual Studio 2015
The method that is called when a property has changed.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- propertyName
-
Type:
System::String^
The CallerMemberName attribute that is applied to the optional propertyName parameter causes the property name of the caller to be substituted as an argument.
This method is called by the Set accessor of each property.
Show: