Browser Helper Objects - async requests
Which HTMLDocument or WebBrowser events are fired on beggining of the AJAX request? I need to connect to it.
I think that there will be no problem with event fired after completing AJAX request - it is onreadystatechange event.
Maybe connecting to DownloadBegin and DownloadComplete events of webbrowser class would be solution? I saw that they are fired while async requests...
When page does not use AJAX I am using BeforeNavigate2 and DocumentComplete events and they are working correctly.