Click or drag to resize

SuspendableDocumentNodeBaseEhSelfTunnelingEventHappened(TunnelingEventArgs) Method

Is called by this instance if a tunneling event happened into this instance. The tunneling event triggers the TunneledEvent and is additionally distributed to all childs of this instance.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void EhSelfTunnelingEventHappened(
	TunnelingEventArgs e
)

Parameters

e  TunnelingEventArgs
The TunnelingEventArgs instance containing the event data.
See Also