UserNotificationChangedEventArgs UserNotificationChangedEventArgs UserNotificationChangedEventArgs UserNotificationChangedEventArgs Class

Definition

Provides info when a user notification changes.

public : sealed class UserNotificationChangedEventArgs : IUserNotificationChangedEventArgspublic sealed class UserNotificationChangedEventArgs : IUserNotificationChangedEventArgsPublic NotInheritable Class UserNotificationChangedEventArgs Implements IUserNotificationChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Properties

ChangeKind ChangeKind ChangeKind ChangeKind

Gets the type of change this triggered the event.

public : UserNotificationChangedKind ChangeKind { get; }public UserNotificationChangedKind ChangeKind { get; }Public ReadOnly Property ChangeKind As UserNotificationChangedKind// You can use this property in JavaScript.

UserNotificationId UserNotificationId UserNotificationId UserNotificationId

Gets the ID of the user notification that changed.

public : unsigned int UserNotificationId { get; }public uint UserNotificationId { get; }Public ReadOnly Property UserNotificationId As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The ID of the user notification that changed.