Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- name
- The name of the property that changed.
- oldValue
- The old value of the property before changing.
- newValue
- The new value of the property after changing.
Note: this method does not call itself the OnPropertyChanged(String), which is responsible for firing of PropertyChanged event. To provide System.ComponentModel.INotifyPropertyChanged functionality, please call OnPropertyChanged(String) explicitly.