IDevToolsMessageObserverOnDevToolsAgentDetached Method |
Version 106.0.290
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: 106.0.290.0 (106.0.290.0)
Syntax void OnDevToolsAgentDetached(
IBrowser browser
)
void OnDevToolsAgentDetached(
IBrowser^ browser
)
Parameters
- browser
- Type: CefSharpIBrowser
is the originating browser instance
See Also