InAppNotificationOpeningEventArgs Class

Definition

Provides data for the InAppNotification Dismissing event.

public class InAppNotificationOpeningEventArgs : EventArgs
type InAppNotificationOpeningEventArgs = class
    inherit EventArgs
Public Class InAppNotificationOpeningEventArgs
Inherits EventArgs
Inheritance
InAppNotificationOpeningEventArgs

Constructors

InAppNotificationOpeningEventArgs()

Initializes a new instance of the InAppNotificationOpeningEventArgs class.

Properties

Cancel

Gets or sets a value indicating whether the notification should be opened.

Applies to