Click or drag to resize

SuspendableDocumentNodeBaseTunneledEvent Event

The event that is fired when the object is disposed. First argument is the sender, second argument is the original source, and third argument is the event arg.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public event Action<Object, Object, TunnelingEventArgs> TunneledEvent

Value

ActionObject, Object, TunnelingEventArgs

Implements

ITunnelingEventSourceTunneledEvent
See Also