次の方法で共有


UserNotificationChangedEventArgs.ChangeKind プロパティ

定義

イベントをトリガーした変更の種類を取得します。

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

プロパティ値

イベントをトリガーした変更の種類。

適用対象