Fires the PropertyChanged event.

C# | Visual Basic | Visual C++ |
protected virtual void OnNotifyPropertyChanged( string info )
Protected Overridable Sub OnNotifyPropertyChanged ( _ info As String _ )
protected: virtual void OnNotifyPropertyChanged( String^ info )

- info (String)
- The name of the property that changed.