CoreWebView2ServiceWorkerRegistration.Unregistering Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add an event handler for the Unregistering event that is raised when the worker registration is
unregistered using the JS api registration.unregister(). See the
Unregister
for more information.
public event EventHandler<object> Unregistering;
member this.Unregistering : EventHandler<obj>
Public Custom Event Unregistering As EventHandler(Of Object)