Overload | Description |
---|---|
SetProperty<T>(T,T,Expression<Func<T>>) | Sets a property value and calls NotifyPropertyChanged when the new value differs from the current value. |
SetProperty<T>(T,T,String) | Sets a property value and calls NotifyPropertyChanged when the new value differs from the current value. |