Click or drag to resize

IDisplayHandlerOnConsoleMessage Method

Version 86.0.240
Called to display a console message.

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