System.Windows.Forms.Application: Event Members

The events of System.Windows.Forms.Application are listed below. For a list of all members, see the Application Members list.

See Also: Inherited members from System.Object

Public Events

static
ApplicationExit

Occurs when the application is about to shut down.

static
EnterThreadModal

Occurs when the application is about to enter a modal state.

static
Idle

Occurs when the application finishes processing and is about to enter the idle state.

static
LeaveThreadModal

Occurs when the application is about to leave a modal state.

static
ThreadException

Occurs when an untrapped thread exception is thrown.

static
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 Application.ApplicationExit event.