ServiceWorkerClientWorkerRegistrationUpdated Event |
Version 98.1.210
WorkerRegistrationUpdated
Namespace:
CefSharp.DevTools.ServiceWorker
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public event EventHandler<WorkerRegistrationUpdatedEventArgs> WorkerRegistrationUpdated
public:
event EventHandler<WorkerRegistrationUpdatedEventArgs^>^ WorkerRegistrationUpdated {
void add (EventHandler<WorkerRegistrationUpdatedEventArgs^>^ value);
void remove (EventHandler<WorkerRegistrationUpdatedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerWorkerRegistrationUpdatedEventArgsSee Also