Click or drag to resize

CallbackOnDispose Constructor

Initializes a new instance of the CallbackOnDispose class.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CallbackOnDispose(
	Action action
)

Parameters

action  Action
The action to invoke when this instance is disposed.
See Also