CoreWebView2NotificationReceivedEventArgs.Notification Property

Definition

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.

Applies to