ApplicationContext::OnMainFormClosed Method (Object^, EventArgs^)
.NET Framework (current version)
Calls ExitThreadCore, which raises the ThreadExit event.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- sender
-
Type:
System::Object^
The object that raised the event.
- e
-
Type:
System::EventArgs^
The EventArgs that contains the event data.
The default implementation of this method calls ExitThreadCore.
.NET Framework
Available since 1.1
Available since 1.1
Show: