IBrowserHostInvalidate Method  | 
Version 106.0.290 
            Invalidate the view. The browser will call CefRenderHandler::OnPaint asynchronously.
            This method is only used when window rendering is disabled (OSR). 
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid Invalidate(
	PaintElementType type
)
void Invalidate(
	PaintElementType type
)
Parameters
- type
 - Type: CefSharpPaintElementType
indicates which surface to re-paint either View or Popup. 
See Also