Click or drag to resize

IBrowser.FaviconChanged Event

Occurs when the web page favicon has changed.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntax
C#
event EventHandler<FaviconChangedEventArgs> FaviconChanged

Value

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