When Document is finished Loading

519 views
Skip to first unread message

Zeeshan Khan

unread,
Oct 14, 2012, 3:53:41 AM10/14/12
to cefs...@googlegroups.com
Does anyone know how to add the event for when the document is completed.

I am using CefSharp 0.12 and it doesn't contain an event similar to DocumentCompleted.

Does anyone tell me how to do this or is this event yet to be integrated?

Thanks

Czarek Tomczak

unread,
Oct 14, 2012, 7:01:37 AM10/14/12
to cefs...@googlegroups.com
First create a javascript binding, let's call the function DocumentCompleted, next implement CefLoadHandler::OnLoadStart() in which you execute javascript that adds DOMContentLoaded listener (or window.onload) that calls your DocumentCompleted() function.

Czarek.
Reply all
Reply to author
Forward
0 new messages