다음을 통해 공유


UserNotificationChangedEventArgs.ChangeKind 속성

정의

이벤트를 트리거한 변경 유형을 가져옵니다.

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

속성 값

이벤트를 트리거한 변경 유형입니다.

적용 대상