In wpf how to handle a event raised by a button inside user control in the page which uses that user
- by gowri-ganapathy
Hi
I am using MVVM architecture. I had created a user control which contains a button control.
I want the click event of the button control to be captured in page which uses this user control. How to do this? Plase help :)