This topic has not yet been rated Rate this topic

Application.Shutdown Method

Shuts down an application.

Namespace:  System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)
public void Shutdown()

When Shutdown is called, an application stops running. You can handle the Exit event to detect when an application is about to stop running, to perform any appropriate processing.

Shutdown is implicitly called by Windows Presentation Foundation (WPF) in the following situations:

  • When ShutdownMode is set to OnLastWindowClose.

  • When the ShutdownMode is set to OnMainWindowClose.

  • When a user ends a session and the SessionEnding event is either unhandled, or handled without cancellation.

Calling Shutdown explicitly causes an application to shut down, regardless of the ShutdownMode setting. However, if ShutdownMode is set to OnExplicitShutdown, you must call Shutdown to shut down an application.

Important note Important

When Shutdown is called, the application will shut down irrespective of whether the Closing event of any open windows is canceled.

This method can be called only from the thread that created the Application object.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
  • UIPermission  

    for permission to use all windows and user input events without restriction. Associated enumeration: UIPermissionWindow.AllWindows

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Calling Application.Shutdown() in WPF Designer Mode cases C# 2010 to crash

I wrote a UserControl that calls Application.Shutdown() in some condition.
But C# 2010 crashes so I cannot edit that UserControl or Window even If I restart C#


Esther Fan, MSFT: Thank you for your feedback. To get a quicker response to questions like this, please try the following forums:
MSDN: http://forums.microsoft.com/msdn