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