mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / OnError Event

The error code.

The error description.

OnError Event
Description

Fired when a generic error Win32 error has occurred, intended for integration debugging purposes during development. This does not fire HTML errors.

Syntax
Visual Basic
Public Event OnError( _
   ByVal ErrorCode As Long, _
   ByVal ErrorDescr As String _
)
Parameters
ErrorCode

The error code.

ErrorDescr

The error description.

See Also