CoreWebView2Notification.CloseRequested 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.
This event is raised when the notification is closed by the web code, such as through notification.close()
.
public event EventHandler<object> CloseRequested;
member this.CloseRequested : EventHandler<obj>
Public Custom Event CloseRequested As EventHandler(Of Object)
Event Type
Remarks
You don't need to call ReportClosed() since this is coming from the web code.