InAppNotificationClosingEventArgs Class

Definition

Provides data for the InAppNotification Dismissing event.

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

Constructors

InAppNotificationClosingEventArgs(InAppNotificationDismissKind)

Initializes a new instance of the InAppNotificationClosingEventArgs class.

Properties

Cancel

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

DismissKind

Gets the kind of action for the closing event.

Applies to