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

The text contents of the <TITLE> element.

In This Topic
    OnTitleChange Event
    In This Topic
    Description

    Fired when browser <TITLE> element of a Frame's HTML5 has been parsed.

    Syntax
    Visual Basic
    Public Event OnTitleChange( _
       ByVal Title As String _
    )
    Parameters
    Title

    The text contents of the <TITLE> element.

    See Also