CoreWebView2NotificationReceivedEventArgs.Notification Property
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.
The notification that was received.
public Microsoft.Web.WebView2.Core.CoreWebView2Notification Notification { get; }
member this.Notification : Microsoft.Web.WebView2.Core.CoreWebView2Notification
Public ReadOnly Property Notification As CoreWebView2Notification
Property Value
Remarks
You can access the properties on the Notification object to show your own notification.