次の方法で共有


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

プロパティ値

適用対象