We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffefa55 commit ffcc807Copy full SHA for ffcc807
Microsoft.Toolkit.Mvvm/Microsoft.Toolkit.Mvvm.csproj
@@ -8,7 +8,7 @@
8
<Description>
9
This package includes Mvvm .NET Standard code only helpers such as:
10
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
11
- - ViewModelBase: a base class for view-models with built-in minimal dependency injection support.
+ - ObservableRecipient: a base class for observable objects with support for the IMessenger service.
12
- RelayCommand: a simple delegate command implementing the ICommand interface.
13
- Messenger: a messaging system to exchange messages through different loosely-coupled objects.
14
- Ioc: a helper class to configure dependency injection service containers.
0 commit comments