Occurs when the title of a document in the WebBrowser control becomes available or changes. Because the title might change while an HTML page is downloading, the URL of the document is set as the title. After the title specified in the HTML pageif there is oneis parsed, the title is changed to reflect the actual title.
Syntax
Private Sub object_TitleChange(ByVal Text As String)
Parameters
- object
- An object expression that evaluates to an object in the Applies To list.
- Text
- A string containing the new document title.
Applies To
InternetExplorer, WebBrowser