Click or drag to resize

IBrowser.TitleChanged Event

Occurs when the web page title has been changed.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.11
Syntax
C#
event EventHandler<TitleChangedEventArgs> TitleChanged

Value

Type: System.EventHandler<TitleChangedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also