Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 When attributes are using inside a class, it is required to call the MessageMediatorHelper.SubscripeRecipient. To unsubscribe an object, it is required to call MessageMediatorHelper.UnsubscribeRecipient.

Note

Note that the ViewModelBase class already handles the subscriptions using attributes out of the box

There are two options to decorate methods with the attribute. Either with or without tag.

...