Click or drag to resize

ITunnelingEventSourceTunneledEvent 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#
event Action<Object, Object, TunnelingEventArgs> TunneledEvent

Value

ActionObject, Object, TunnelingEventArgs
See Also