Click or drag to resize

IBrowserFaviconChanged Event

Occurs when the web page favicon has changed.

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

Value

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