Beispiel #1
0
 protected void FirePropertyChanged(string[] propertyNames)
 {
     NotifyPropertyChanged.FirePropertyChanged(propertyNames, this, this.PropertyChanged);
 }
Beispiel #2
0
 protected void FirePropertyChanged(string propertyName)
 {
     NotifyPropertyChanged.FirePropertyChanged(new string[] { propertyName }, this, this.PropertyChanged);
 }