Click or drag to resize

FaviconChangedEventArgsNewFavicon Property

Gets the new favicon.

Namespace:  DotNetBrowser.Browser.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public Bitmap NewFavicon { get; }

Property Value

Type: Bitmap
The new favicon.
See Also