mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / Settings Object / disable_on_before_navigate_event Property
In This Topic
    disable_on_before_navigate_event Property
    In This Topic
    Description

    Controls if OnBeforeNavigate event will be fired at all. Default is true.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property disable_on_before_navigate_event As Boolean
    Remarks

    By disabling the OnBeforeNavigate event you dramatically increase URL loading performance.

    If your application does not make use of URL navigation control you should set this setting to true.

    See Also