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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual void OnStatusMessage(
CefBrowser browser,
string value
)
Parameters
- browser CefBrowser
-
- value String
-
See Also