TeachingTipClosedEventArgs.Reason 属性

定义

获取一个常量,该常量指定关闭事件的原因是用户交互 (关闭按钮单击) 、轻型关闭还是编程关闭。

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

属性值

适用于