I am using axWebBrowser control and I would like to catch an event when there is any kind of grafical change on the current page (for example: a gif image animation or a flash video running or just a simple underlining of a link when I move my mouse cursor over).
I tried something like:
Code:
axWebBrowser1.Invalidated += new InvalidateEventHandler(axWebBrowser1_Invalidated);