Im trying to get my EventAggregator in Prism working based on this example MSDN.
After having some problems that where caused by mixing up class references i would like to know the difference of:
PubSubEvent Class MSDN
and
CompositePresentationEvent Class MSDN
I couldnt find a more detailed information. And both references say Defines a class that manages publication and subscription to events.
So far so good. But when to use them or which of them? What is the difference?
Maybe somebody can help me on this.
PubSubEvent
is a newer class replacingCompositePresentationEvent
which was deprecated.Source: http://msdn.microsoft.com/en-us/library/ff921144(v=pandp.40).aspx