Ejemplo n.º 1
0
 /// <summary>
 /// Notifies clients that propertyName has changed.
 /// </summary>
 /// <param name="propertyName">The property that changed.</param>
 protected void OnPropertyChanged(string propertyName)
 {
     PropertyChanged.InvokeEvent(this, new PropertyChangedEventArgs(propertyName));
 }