CoreWebView2Profile.Deleted 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.
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.