Click or drag to resize

IDisplayHandlerOnConsoleMessage Method

Version 100.0.140
Called to display a console message.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 100.0.140.0 (100.0.140.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