Share via


UserNotificationChangedEventArgs.ChangeKind 屬性

定義

取得此觸發事件之變更的類型。

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

屬性值

觸發事件的變更類型。

適用於