Click or drag to resize

IDisplayHandlerOnConsoleMessage Method

Version 94.4.20
Called to display a console message.

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