BrowserProcessHandlerOnContextInitialized Method  | 
Version 108.4.130 
            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: 
   CefSharp.Handler
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxprotected virtual void OnContextInitialized()
protected:
virtual void OnContextInitialized()
See Also