Table of Contents

Class FontsUpdatedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font.

public sealed record FontsUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<FontsUpdatedEventArgs>
Inheritance
EventArgs
FontsUpdatedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

FontsUpdatedEventArgs(FontFace?)

Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font.

public FontsUpdatedEventArgs(FontFace? Font = null)

Parameters

Font FontFace

The web font that has loaded.

Properties

Font

The web font that has loaded.

public FontFace? Font { get; init; }

Property Value

FontFace