ServiceWorkerClientWorkerRegistrationUpdated Event |
Version 130.1.90
WorkerRegistrationUpdated
Namespace: CefSharp.DevTools.ServiceWorkerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<WorkerRegistrationUpdatedEventArgs> WorkerRegistrationUpdated
public:
event EventHandler<WorkerRegistrationUpdatedEventArgs^>^ WorkerRegistrationUpdated {
void add (EventHandler<WorkerRegistrationUpdatedEventArgs^>^ value);
void remove (EventHandler<WorkerRegistrationUpdatedEventArgs^>^ value);
}
Value
EventHandlerWorkerRegistrationUpdatedEventArgsSee Also