Child control view model event
- by Jmsparing
Hi,
I seem to have got stuck in a situation where I have a parent and child usercontrol.
I want to be able to raise an event in the child and have the parent handle this event.
How do I trigger the event in my child view model and handle it in the parent view model.
If anybody has a simple example that would be really good.
Thanks very much.