Hi.
I'm creating my first application using MVVM. I'd like to have a usercontrol that shows the results of some functions. Something like VS Error List. I.E. if I choose some xml file in some other usercontrol and try to deserialize it, I'd like to have on this notification list some info like "Deserialization complete" or "Deserialization error". There is more than one control that should send such notifications.
As I said it's my first MVVM project and I'd like to know what kind of solution should I choose to accomplish this task.