In wpf how to handle a event raised by a button inside user control in the page which uses that user
        Posted  
        
            by gowri-ganapathy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gowri-ganapathy
        
        
        
        Published on 2010-05-31T11:11:28Z
        Indexed on 
            2010/05/31
            11:12 UTC
        
        
        Read the original article
        Hit count: 412
        
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 :)
© Stack Overflow or respective owner