다음을 통해 공유


TeachingTipClosingEventArgs.Reason 속성

정의

Closing 이벤트의 원인이 사용자 상호 작용(닫기 단추 클릭), 해제 또는 프로그래밍 방식 닫기로 인한 것인지 여부를 지정하는 상수를 가져옵니다.

public:
 property TeachingTipCloseReason Reason { TeachingTipCloseReason get(); };
TeachingTipCloseReason Reason();
public TeachingTipCloseReason Reason { get; }
var teachingTipCloseReason = teachingTipClosingEventArgs.reason;
Public ReadOnly Property Reason As TeachingTipCloseReason

속성 값

적용 대상