cef_life_span_handler_t.on_after_created

Called after a new browser is created. It is now safe to begin performing actions with |browser|. cef_frame_handler_t callbacks related to initial main frame creation will arrive before this callback. See cef_frame_handler_t documentation for additional usage information.

struct cef_life_span_handler_t
extern (System)
void function(cef_life_span_handler_t* self, cef_browser_t* browser) nothrow on_after_created;

Meta