cef_dev_tools_message_observer_t.on_dev_tools_agent_detached

Method that will be called when the DevTools agent has detached. |browser| is the originating browser instance. Any function results that were pending before the agent became detached will not be delivered, and any active event subscriptions will be canceled.

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_detached;

Meta