次の方法で共有


ApplicationContext.OnMainFormClosed メソッド

ThreadExit イベントを発生させる ExitThreadCore を呼び出します。

Protected Overridable Sub OnMainFormClosed( _
   ByVal sender As Object, _   ByVal e As EventArgs _)
[C#]
protected virtual void OnMainFormClosed(objectsender,EventArgse);
[C++]
protected: virtual void OnMainFormClosed(Object* sender,EventArgs* e);
[JScript]
protected function OnMainFormClosed(
   sender : Object,e : EventArgs);

パラメータ

  • sender
    イベントを発生させたオブジェクト。
  • e
    イベント データを格納している EventArgs

解説

このメソッドの既定の実装は、 ExitThreadCore を呼び出します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ApplicationContext クラス | ApplicationContext メンバ | System.Windows.Forms 名前空間