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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnStatusMessage(
	CefBrowser browser,
	string value
)

Parameters

browser  CefBrowser
 
value  String
 
See Also