IRenderProcessHandler Interface | 
Namespace: CefSharp.RenderProcess
The IRenderProcessHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| OnContextCreated | 
            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.
              | |
| OnContextReleased | 
            Called immediately before the V8 context for a frame is released.
            No references to the context should be kept after this method is called.
              | |
| OnWebKitInitialized | 
            Called after WebKit has been initialized.
              |