ToastNotificationHistoryChangedTriggerDetail ToastNotificationHistoryChangedTriggerDetail ToastNotificationHistoryChangedTriggerDetail ToastNotificationHistoryChangedTriggerDetail Class

Definition

Represents the details of a toast history changed trigger.

public : sealed class ToastNotificationHistoryChangedTriggerDetail : IToastNotificationHistoryChangedTriggerDetail, IToastNotificationHistoryChangedTriggerDetail2public sealed class ToastNotificationHistoryChangedTriggerDetail : IToastNotificationHistoryChangedTriggerDetail, IToastNotificationHistoryChangedTriggerDetail2Public NotInheritable Class ToastNotificationHistoryChangedTriggerDetail Implements IToastNotificationHistoryChangedTriggerDetail, IToastNotificationHistoryChangedTriggerDetail2// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

ChangeType ChangeType ChangeType ChangeType

Gets a value representing the kind of change that caused the toast history changed trigger.

public : ToastHistoryChangedType ChangeType { get; }public ToastHistoryChangedType ChangeType { get; }Public ReadOnly Property ChangeType As ToastHistoryChangedType// You can use this property in JavaScript.
Value
ToastHistoryChangedType ToastHistoryChangedType ToastHistoryChangedType ToastHistoryChangedType

The kind of change that has happened to a notification in toast history.

CollectionId CollectionId CollectionId CollectionId

Gets the ID of the notification group to which the notification that caused the change trigger belongs.

public : PlatForm::String CollectionId { get; }public string CollectionId { get; }Public ReadOnly Property CollectionId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The ID of the notification group to which the notification that caused the change trigger belongs.

Additional features and requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)