Click or drag to resize

IBrowserTitleChanged Event

Occurs when the web page title has been changed.

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

Value

Type: SystemEventHandlerTitleChangedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also