Click or drag to resize

CefDisplayHandlerOnStatusMessage Method

Called when the browser receives a status message. |value| contains the text that will be displayed in the status message.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnStatusMessage(
	CefBrowser browser,
	string value
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
value
Type: SystemString
See Also