Classes

  ClassDescription
Event
Marker class for Events.
EventAggregator
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.
EventHandlerProxy<(Of <(T>)>)
Proxy event handler.

Interfaces

  InterfaceDescription
Handles<(Of <(T>)>)
Marker interface used by the EventAggregator to locate classes interested in an event.
IEventAggregator
An event aggregator. http://martinfowler.com/eaaDev/EventAggregator.html