ToastNotificationHistoryChangedTriggerDetail.ChangeType Property

Definition

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

public:
 property ToastHistoryChangedType ChangeType { ToastHistoryChangedType get(); };
ToastHistoryChangedType ChangeType();
public ToastHistoryChangedType ChangeType { get; }
var toastHistoryChangedType = toastNotificationHistoryChangedTriggerDetail.changeType;
Public ReadOnly Property ChangeType As ToastHistoryChangedType

Property Value

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

Applies to