IDevToolsMessageObserverOnDevToolsAgentDetached Method  | 
Version 87.1.132 
            Method that will be called when the DevTools agent has detached.
            Any method results that were pending before the agent became detached will not be delivered, and any active
            event subscriptions will be canceled.
            
 
    Namespace: 
   CefSharp.Callback
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxvoid OnDevToolsAgentDetached(
	IBrowser browser
)
void OnDevToolsAgentDetached(
	IBrowser^ browser
)
Parameters
- browser
 - Type: CefSharpIBrowser
is the originating browser instance 
See Also