cef_frame_handler_t.on_frame_created

Called when a new frame is created. This will be the first notification that references |frame|. Any commands that require transport to the associated renderer process (LoadRequest, SendProcessMessage, GetSource, etc.) will be queued until OnFrameAttached is called for |frame|.

struct cef_frame_handler_t
extern (System)
void function(cef_frame_handler_t* self, cef_browser_t* browser, cef_frame_t* frame) nothrow on_frame_created;

Meta