InAppNotificationClosingEventArgs 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.
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. |