CefDisplayHandler OnStatusMessage Method Xilium.CefGlue

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

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

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

protected virtual void OnStatusMessage(
	CefBrowser browser,
	string value
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefDisplayHandler.OnStatusMessage(Xilium.CefGlue.CefBrowser,System.String)"]

value
Type: OnlineSystem String

[Missing <param name="value"/> documentation for "M:Xilium.CefGlue.CefDisplayHandler.OnStatusMessage(Xilium.CefGlue.CefBrowser,System.String)"]

See Also