'Declaration
Protected Sub OnPropertyChanged( _ Optional ByVal propertyName As String _ )
protected void OnPropertyChanged( string propertyName )
protected: void OnPropertyChanged( String^ propertyName )
Parameters
- propertyName
- The name of the property that has changed.