PageClientCompilationCacheProduced Event |
Version 130.1.90
Issued for every compilation cache generated. Is only available
if Page.setGenerateCompilationCache is enabled.
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<CompilationCacheProducedEventArgs> CompilationCacheProduced
public:
event EventHandler<CompilationCacheProducedEventArgs^>^ CompilationCacheProduced {
void add (EventHandler<CompilationCacheProducedEventArgs^>^ value);
void remove (EventHandler<CompilationCacheProducedEventArgs^>^ value);
}
Value
EventHandlerCompilationCacheProducedEventArgsSee Also