MultilanguageString.OnPropertyChanged Method

Raises the PropertyChanged event.
Protected Sub OnPropertyChanged( _ 
<CallerMemberName()> _ 
Optional ByVal propertyName As String = Nothing _ 
)
This language is not supported or no code example is available.
protected void OnPropertyChanged( 
[CallerMemberName()] 
string propertyName = Nothing 
)
This language is not supported or no code example is available.

Parameters

propertyName
string

Property name.

Remarks
 
This method is called by the Set accessor of each property. The CallerMemberName attribute that is applied to the optional propertyName parameter causes the property name of the caller to be substituted as an argument.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition