CefBrowserHost Invalidate Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public void Invalidate(
	CefPaintElementType type
)

Parameters

type
Type: Xilium.CefGlue CefPaintElementType

[Missing <param name="type"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.Invalidate(Xilium.CefGlue.CefPaintElementType)"]

See Also