Click or drag to resize

ShutdownServiceOnClosing Method

Executes the multi-stage application shutdown.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void OnClosing(
	CancelEventArgs e
)

Parameters

e  CancelEventArgs
The cancel event arguments used to stop shutdown if necessary.

Implements

IShutdownServiceOnClosing(CancelEventArgs)
See Also