Table of Contents

Event DocumentTitleChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when the web page title changes. Use Text to get the title.

event EventHandler<WebBrowserEventArgs> DocumentTitleChanged

Returns

EventHandler<WebBrowserEventArgs>
Occurs when the web page title changes. Use to get the title.

Remarks

You can handle this event to update the title bar of your application with the current title of the loaded document.