IEventAggregator Interface Members
The following tables list the members exposed by IEventAggregator.
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