Update docs/data-binding/binding-from-code.md
This commit is contained in:
Родитель
8fa3b28efd
Коммит
78aa14e17d
|
@ -152,7 +152,7 @@ private void FooChanged(AvaloniaPropertyChangedEventArgs e)
|
|||
}
|
||||
```
|
||||
|
||||
## Binding to Objects that Implement INotifyPropertyChanged
|
||||
## Binding to `INotifyPropertyChanged` objects
|
||||
|
||||
Binding to objects that implements `INotifyPropertyChanged` is also available.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче