This method of the DWebBrowserEvents interface notifies an application if the title of a document in the WebBrowser control becomes available or changes.
public void TitleChange(java.lang.String Text);
Text | [in] The caller-allocated buffer that contains the new document title. |