Click or drag to resize

IDisplayHandlerOnConsoleMessage Method

Version 79.1.350
Called to display a console message.

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