Click or drag to resize

IShutdownServiceOnClosing Method

Execute the closing procedure, and maybe prevent the workbench from closing by setting Cancel to true in the event args.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void OnClosing(
	CancelEventArgs e
)

Parameters

e  CancelEventArgs
The CancelEventArgs instance containing the event data.
See Also