Table of Contents

Enum ShutdownMode

Namespace
nanoFramework.UI
Assembly
nanoFramework.Graphics.dll

Enumerates the possible shutdown modes of a WPF application.

public enum ShutdownMode : byte

Fields

OnExplicitShutdown = 2

The application shuts down explicitly, by calling the Shutdown method.

OnLastWindowClose = 0

The application shuts down when the last window is closed.

OnMainWindowClose = 1

The application shuts down when the main window is closed.