ObservableObject::NotifyPropertyChanged Method (String^)

 

The method that is called when a property has changed.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

protected:
void NotifyPropertyChanged(
	String^ propertyName = ""
)

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.

Return to top
Show: