CoreWebView2Profile.Deleted Event

Definition

Raised when profile is marked for deletion.

public event EventHandler<object> Deleted;
member this.Deleted : EventHandler<obj> 
Public Custom Event Deleted As EventHandler(Of Object) 

Event Type

Remarks

When this event is raised, the CoreWebView2Profile and its corresponding CoreWebView2s have been closed, and cannot be used anymore.

Applies to