Share via


UserNotificationChangedKind Enum

Definition

Specifies the type of user notification change that occurred.

public enum class UserNotificationChangedKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class UserNotificationChangedKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum UserNotificationChangedKind
var value = Windows.UI.Notifications.UserNotificationChangedKind.added
Public Enum UserNotificationChangedKind
Inheritance
UserNotificationChangedKind
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Fields

Name Value Description
Added 0

The user notification was added.

Removed 1

The user notification was removed.

Applies to