_DPIEWebBrowserEvents2::TitleChange
The TitleChange event method fires when the title of a document in an object becomes available or changes.
Syntax
void TitleChange(
BSTR bstrTitle
);
Parameters
- bstrTitle
[in] String that specifies the new document title.
Return Values
None.
Remarks
While an HTML page is downloading, the URL of the page is set as the title. After the title specified in the page is parsed, it is set as the actual title of the document.
Requirements
Pocket PC: Windows Mobile 2003 and later
OS Versions: Windows CE 4.0 and later
Header: webvw.h
Library: webvw.lib
See Also
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.