Click or drag to resize

CSSClientFontsUpdated Event

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

Namespace: CefSharp.DevTools.CSS
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public event EventHandler<FontsUpdatedEventArgs> FontsUpdated

Value

EventHandlerFontsUpdatedEventArgs
See Also