Click or drag to resize

IDisplayHandlerOnConsoleMessage Method

Version 89.0.170
Called to display a console message.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntax
bool OnConsoleMessage(
	IWebBrowser chromiumWebBrowser,
	ConsoleMessageEventArgs consoleMessageArgs
)

Parameters

chromiumWebBrowser
Type: CefSharpIWebBrowser
The ChromiumWebBrowser control
consoleMessageArgs
Type: CefSharpConsoleMessageEventArgs
args

Return Value

Type: Boolean
Return true to stop the message from being output to the console.
See Also