Click or drag to resize

ITunnelingEventSource Interface

Indicates that the owner can announce tunneling events by firing TunneledEvent.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ITunnelingEventSource

The ITunnelingEventSource type exposes the following members.

Events
 NameDescription
Public eventTunneledEvent 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.
Top
See Also