Application Events
.NET Framework 1.1
The events of the Application class are listed here. For a complete list of Application class members, see the Application Members topic.
Public Events
![]() ApplicationExit | Occurs when the application is about to shut down. |
![]() Idle | Occurs when the application finishes processing and is about to enter the idle state. |
![]() ThreadException | Occurs when an untrapped thread exception is thrown. |
![]() ThreadExit | Occurs when a thread is about to shut down. When the main thread for an application is about to be shut down, this event is raised first, followed by an ApplicationExit event. |

