CoreWebView2NotificationReceivedEventArgs Class
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.
Event args for the NotificationReceived.
public class CoreWebView2NotificationReceivedEventArgs : EventArgs
type CoreWebView2NotificationReceivedEventArgs = class
inherit EventArgs
Public Class CoreWebView2NotificationReceivedEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2NotificationReceivedEventArgs
Properties
Handled |
Sets whether the NotificationReceived is handled by the host after the event handler completes or if there is a deferral then after the deferral is completed. |
Notification |
The notification that was received. |
SenderOrigin |
The origin of the web content that sends the notification, such as |
Methods
GetDeferral() |
Gets a Deferral object. Use this to Complete the event at a later time. |