UserNotificationChangedEventArgs.ChangeKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.