Click or drag to resize

CefBrowserHostInvalidate Method

Invalidate the view. The browser will call CefRenderHandler::OnPaint asynchronously. This method is only used when window rendering is disabled.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Invalidate(
	CefPaintElementType type
)

Parameters

type  CefPaintElementType
 
See Also