IDevToolsMessageObserverOnDevToolsAgentAttached Method |
Version 130.1.90
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.CallbackAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void OnDevToolsAgentAttached(
IBrowser browser
)
void OnDevToolsAgentAttached(
IBrowser^ browser
)
Parameters
- browser IBrowser
- is the originating browser instance
See Also