Click or drag to resize

IShutdownServiceClosed Event

Occurs when the project was already closed and the rest of the shutdown procedure starts to happen. This should be implemented as a weak event in order to prevent garbage collection of items that subscribe to this event.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
event EventHandler Closed

Value

EventHandler
See Also