Skip to content

Commit

Permalink
Merge pull request #604 from WebFreak001/patch-1
Browse files Browse the repository at this point in the history
fix PropertyChangedMessage<T> link
  • Loading branch information
Arlodotexe committed Feb 9, 2022
2 parents 6ec3038 + 63f8a2d commit 98b9245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mvvm/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The included types are:
- [`IRecipient<TMessage>`](Messenger.md)
- [`MessageHandler<TRecipient, TMessage>`](Messenger.md)
- **Microsoft.Toolkit.Mvvm.Messaging.Messages**
- [`PropertyChangedMessage<T>`](/dotnet/api/microsoft.toolkit.mvvm.Messaging.Messages.RequestMessage-1)
- [`PropertyChangedMessage<T>`](/dotnet/api/microsoft.toolkit.mvvm.Messaging.Messages.PropertyChangedMessage-1)
- [`RequestMessage<T>`](/dotnet/api/microsoft.toolkit.mvvm.Messaging.Messages.RequestMessage-1)
- [`AsyncRequestMessage<T>`](/dotnet/api/microsoft.toolkit.mvvm.Messaging.Messages.AsyncRequestMessage-1)
- [`CollectionRequestMessage<T>`](/dotnet/api/microsoft.toolkit.mvvm.Messaging.Messages.CollectionRequestMessage-1)
Expand Down

0 comments on commit 98b9245

Please sign in to comment.