virtual void OnTitleChange( LPCTSTR lpszText );
Parameters
lpszText
The new document title.
Remarks
This member function is called by the framework to notify an application if the title of a document in the WebBrowser control becomes available or changes.
For HTML, the title might change; while HTML is still downloading, the URL of the document is set as the title. After the real title (if there is one) is parsed from the HTML, the title is changed to reflect the actual title.
CHtmlView Overview | Class Members | Hierarchy Chart
See Also DWebBrowserEvents2::TitleChange