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 weak event in order to prevent garbage collection of item that subscribe to this event.

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

Value

EventHandler
See Also