IBrowserProcessHandlerOnContextInitialized Method |
Version 130.1.90
Called on the CEF UI thread immediately after the CEF context has been initialized.
You can now access the Global RequestContext through Cef.GetGlobalRequestContext() - this is the
first place you can set Preferences (e.g. proxy settings, spell check dictionaries).
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void OnContextInitialized()
void OnContextInitialized()
See Also