How to catch onload event from C++?



Hi,

I am looking for a way to catch body tag's onload event from my C++
code. I see some post suggesting to sink the event from
OnDocumentComplete method, but it looks like sometimes the onload
event will fire before OnDocumentComplete comes.

Thanks

.