Click or drag to resize

ITunnelingEventSourceTunneledEvent Event

The event that is fired when a tunneling event occurs. First argument is the sender, second argument is the original source, and third argument is the event arguments.

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

Value

ActionObject, Object, TunnelingEventArgs
See Also