QueuePathDialog.OnFormClosing(FormClosingEventArgs) メソッド

定義

キュー パス エディター コントロールのフォーム終了イベントのイベント ハンドラー。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

protected:
 override void OnFormClosing(System::Windows::Forms::FormClosingEventArgs ^ e);
protected override void OnFormClosing(System.Windows.Forms.FormClosingEventArgs e);
override this.OnFormClosing : System.Windows.Forms.FormClosingEventArgs -> unit
Protected Overrides Sub OnFormClosing (e As FormClosingEventArgs)

パラメーター

e
FormClosingEventArgs

フォーム終了イベント ハンドラーの引数を格納する FormClosingEventArgs オブジェクト。

適用対象