Is there a way to determine when the webbrowser control starts processing the HTML of the URL it navigated to? Looking for any event raised other than onreadystatechange (which does not have clear state for this)? Ontitlechange is not accurate enough for a开发者_运维问答ll use cases.
I had to settle on title change. Not exactly what I wanted, but the closest.
精彩评论