PageClientCompilationCacheProduced Event | 
Version 104.4.240 
            Issued for every compilation cache generated. Is only available
            if Page.setGenerateCompilationCache is enabled.
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic event EventHandler<CompilationCacheProducedEventArgs> CompilationCacheProduced
public:
 event EventHandler<CompilationCacheProducedEventArgs^>^ CompilationCacheProduced {
	void add (EventHandler<CompilationCacheProducedEventArgs^>^ value);
	void remove (EventHandler<CompilationCacheProducedEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerCompilationCacheProducedEventArgs
See Also