Click or drag to resize

SuspendableDocumentNodeBaseEhSelfTunnelingEventHappened(TunnelingEventArgs, Boolean) Method

Is called by this instance if a tunneling event happened into this instance. The tunneling event triggers the TunneledEvent and is - depending on the provided parameter - also 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 virtual void EhSelfTunnelingEventHappened(
	TunnelingEventArgs e,
	bool distributeThisEventToChilds
)

Parameters

e  TunnelingEventArgs
The TunnelingEventArgs instance containing the event data.
distributeThisEventToChilds  Boolean
if set to true, the tunneling event is distributed to all childs of this instance.
See Also