WebBrowser::DocumentTitleChanged Event
.NET Framework (current version)
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 Handling and Raising 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; NIB: Named Permission Sets: FullTrust.
.NET Framework
Available since 2.0
Available since 2.0
Show: