Fires the PropertyChanged event.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected virtual void OnNotifyPropertyChanged( string info )
Protected Overridable Sub OnNotifyPropertyChanged ( _ info As String _ )
protected: virtual void OnNotifyPropertyChanged( String^ info )
Parameters
- info (String)
- The name of the property that changed.