How to capture button click event of webpage (opened inside WebBrowser Control) in WPF form?
Consider a scenario where I have a WebBrowser Control in WPF application.
A web page is loaded inside WebBrowser Control. The web page contains a button.
The web page is of ASP.NET application.