WebBrowser.DocumentTitleChanged Event
Occurs when the DocumentTitle property value changes.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
You can handle this event to update the title bar of your application with the current value of the DocumentTitle property.
For more information about handling events, see Consuming Events.
The following code example demonstrates how to use a handler for the DocumentTitleChanged event to update the form title bar with the title of the current document. This example requires that your form contains a WebBrowser control called webBrowser1.
For the complete code example, see How to: Add Web Browser Capabilities to a Windows Forms Application.
- SecurityPermission
for immediate callers to use this control. Demand value: LinkDemand; Named Permission Sets: FullTrust.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.