Click or drag to resize

IBrowserConsoleMessageReceived Event

Occurs when the message was added to the console.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
event EventHandler<ConsoleMessageReceivedEventArgs> ConsoleMessageReceived

Value

Type: SystemEventHandlerConsoleMessageReceivedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also