InfoBarClosingEventArgs.Reason プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Closing イベントの原因がユーザー操作 (閉じるボタンのクリック) によるものか、プログラムによるクローズによるものかを示す定数を取得します。
public:
property InfoBarCloseReason Reason { InfoBarCloseReason get(); };
InfoBarCloseReason Reason();
public InfoBarCloseReason Reason { get; }
var infoBarCloseReason = infoBarClosingEventArgs.reason;
Public ReadOnly Property Reason As InfoBarCloseReason