cef_frame_handler_t.on_frame_attached

Called when a frame can begin routing commands to/from the associated renderer process. |reattached| will be true (1) if the frame was re- attached after exiting the BackForwardCache. Any commands that were queued have now been dispatched.

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

Meta