IDevToolsMessageObserverOnDevToolsAgentAttached Method  | 
Version 106.0.290 
            Method that will be called when the DevTools agent has attached.
            This will generally occur in response to the first message sent while the agent is detached.
            
 
    Namespace: 
   CefSharp.Callback
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid OnDevToolsAgentAttached(
	IBrowser browser
)
void OnDevToolsAgentAttached(
	IBrowser^ browser
)
Parameters
- browser
 - Type: CefSharpIBrowser
is the originating browser instance 
See Also