Click or drag to resize

ITunnelingEventSource Interface

Interface that indicates that its owner can announce tunneling events by firing the TunneledEvent.

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

The ITunnelingEventSource type exposes the following members.

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