ServiceWorkerClientWorkerRegistrationUpdated Event | 
Version 94.4.20 
            WorkerRegistrationUpdated
            
 
    Namespace: 
   CefSharp.DevTools.ServiceWorker
    Assembly:
   CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic event EventHandler<WorkerRegistrationUpdatedEventArgs> WorkerRegistrationUpdated
public:
 event EventHandler<WorkerRegistrationUpdatedEventArgs^>^ WorkerRegistrationUpdated {
	void add (EventHandler<WorkerRegistrationUpdatedEventArgs^>^ value);
	void remove (EventHandler<WorkerRegistrationUpdatedEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerWorkerRegistrationUpdatedEventArgs
See Also