8
Shouts

Dot + Net Digging .Net: How To : Communicate between two user-controls using Event Aggregator

published 619 days, 14 hours ago posted by kranthigullapallikranthigullapalli 622 days, 13 hours, 22 minutes ago
Friday, September 10, 2010 3:10:12 PM GMT Tuesday, September 07, 2010 3:47:58 PM GMT

I found many posts in the asp.net, silverlight.net fourms regarding communication between user-controls, so i thought to blog a bit about communication between user-controls using Event Aggregator in silverlight which i found is the best way to communicate.

The main advantage for using an event aggregator to communicate between user-controls is, it removes the tight coupling between a publisher and a subscriber, by which a publisher/subscriber can evolve independently. Pre-requisites for understandin...

category: Silverlight | clicked: 2 | | source: dotplusnet.blogspot.com | show counter code
tags: .NET WPF Silverlight, Event Aggregator, how to