IEventAggregator Interface Methods
For a list of all members of this type, see IEventAggregator members.
Public Methods
Name | Description | |
---|---|---|
ContainsSubscriber<T> | Check if there is any subscriber for the message | |
Publish<T> | Publish an event | |
Subscribe<T> | Subscribe to an event | |
Unsubscribe<T> | Unsubscribe to an event |
See Also