Getting Started

  1. Add a reference to EventAggregator project or compiled EventAggregator.dll in your project
  2. In your client code add using EventAggregator namespace
  3. Use EventAggregator extension methods Subscribe(...) and Send(...) to subscribe and send event messages

Samples

  • Sample 1 is a simple demo of EventAggregator, where our goal is to run the WPF application and show MainWindow.

Help

Performance Test

Check out Event Aggregator Performance Test results.

Last edited Apr 10, 2012 at 1:17 PM by DarkVasya, version 13

Comments

No comments yet.