Click or drag to resize

IRenderProcessHandler Interface

Version 94.4.20
Class used to implement render process callbacks. The methods of this class will be called on the render process main thread (TID_RENDERER) unless otherwise indicated.

Namespace:  CefSharp.RenderProcess
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public interface IRenderProcessHandler

The IRenderProcessHandler type exposes the following members.

Methods
  NameDescription
Public methodOnContextCreated
Called immediately after the V8 context for a frame has been created. V8 handles can only be accessed from the thread on which they are created.
Public methodOnContextReleased
Called immediately before the V8 context for a frame is released. No references to the context should be kept after this method is called.
Public methodOnWebKitInitialized
Called after WebKit has been initialized.
Top
See Also