Skip to content

Commit 5c2f79c

Browse files
authored
Fixed the xref tag (#42640)
1 parent c216e78 commit 5c2f79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/maui/mvvm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The programmatic construction and assignment of the view model within the view's
120120

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

123-
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.
123+
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.
124124

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

0 commit comments

Comments
 (0)