Click or drag to resize

ShutdownServiceIsApplicationClosing Property

Gets a value indicating whether the application is closing.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsApplicationClosing { get; }

Property Value

Boolean
true if the application is closing; otherwise, false.

Implements

IShutdownServiceIsApplicationClosing
See Also