You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.