| RequestContextHandlerOnRequestContextInitialized Method  | 
Version 99.2.120 
            Called immediately after the request context has been initialized.
            It's important to note this event is fired on a CEF UI thread, which by default is not the same as your application UI
            thread.
            
 
    Namespace: 
   CefSharp.Handler
    Assembly:
   CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
 Syntax
Syntaxprotected virtual void OnRequestContextInitialized(
	IRequestContext requestContext
)
protected:
virtual void OnRequestContextInitialized(
	IRequestContext^ requestContext
)
Parameters
- requestContext
- Type: CefSharpIRequestContext
 the request context
 See Also
See Also