Event DocumentTitleChanged
Occurs when the web page title changes. Use Text to get the title.
public event EventHandler<WebBrowserEventArgs>? DocumentTitleChanged
Returns
- EventHandler<WebBrowserEventArgs>
- Occurs when the web page title changes. Use to get the title.
- Implements
Remarks
You can handle this event to update the title bar of your application with the current title of the loaded document.