UserNotificationChangedEventArgs.ChangeKind Property

Definition

Gets the type of change this triggered the event.

public:
 property UserNotificationChangedKind ChangeKind { UserNotificationChangedKind get(); };
UserNotificationChangedKind ChangeKind();
public UserNotificationChangedKind ChangeKind { get; }
var userNotificationChangedKind = userNotificationChangedEventArgs.changeKind;
Public ReadOnly Property ChangeKind As UserNotificationChangedKind

Property Value

The type of change that triggered the event.

Applies to