Class FontsUpdatedEventArgs
Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font.
public sealed class FontsUpdatedEventArgs : EventArgs
- Inheritance
-
FontsUpdatedEventArgs
- Inherited Members
Properties
Font
The web font that has loaded.
[JsonPropertyName("font")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FontFace? Font { get; set; }