'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.
The value of this parameter can be
null
(Nothing
in Visual Basic).