cef_dev_tools_message_observer_t.on_dev_tools_agent_attached

Method that will be called when the DevTools agent has attached. |browser| is the originating browser instance. This will generally occur in response to the first message sent while the agent is detached.

struct cef_dev_tools_message_observer_t
extern (System)
void function(cef_dev_tools_message_observer_t* self, cef_browser_t* browser) nothrow on_dev_tools_agent_attached;

Meta