IRequestContextHandlerOnRequestContextInitialized Method |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void OnRequestContextInitialized(
IRequestContext requestContext
)
void OnRequestContextInitialized(
IRequestContext^ requestContext
)
Parameters
- requestContext IRequestContext
- the request context
See Also