Skip to content

Commit

Permalink
Fixed the xref tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ousiax authored Sep 18, 2024
1 parent c216e78 commit 22e5edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/maui/mvvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The programmatic construction and assignment of the view model within the view's

## Updating views in response to changes in the underlying view model or model

All view model and model classes that are accessible to a view should implement the [<xref:System.ComponentModel.INotifyPropertyChanged> interface. Implementing this interface in a view model or model class allows the class to provide change notifications to any data-bound controls in the view when the underlying property value changes.
All view model and model classes that are accessible to a view should implement the <xref:System.ComponentModel.INotifyPropertyChanged> interface. Implementing this interface in a view model or model class allows the class to provide change notifications to any data-bound controls in the view when the underlying property value changes.

App's should be architected for the correct use of property change notification, by meeting the following requirements:

Expand Down

0 comments on commit 22e5edd

Please sign in to comment.