ExitThread を呼び出したことにより、スレッドのメッセージ ループが終了したときに発生します。
Public Event ThreadExit As EventHandler
[C#]
public event EventHandler ThreadExit;
[C++]
public: __event EventHandler* ThreadExit;
[JScript] JScript では、このクラスで定義されているイベントを処理できます。ただし、独自に定義することはできません。
イベント データ
イベント ハンドラが EventArgs 型の引数を受け取りました。
必要条件
プラットフォーム: 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 名前空間