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