Click or drag to resize

PageClient.CompilationCacheProduced Event

Version 102.0.100
Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public event EventHandler<CompilationCacheProducedEventArgs> CompilationCacheProduced

Value

Type: System.EventHandler<CompilationCacheProducedEventArgs>
See Also