다음을 통해 공유


_DPIEWebBrowserEvents2::TitleChange (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE .NET 4.0 and later.
Header: webvw.h
Library: wvuuid.lib

See Also

_DPIEWebBrowserEvents2

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.