Click or drag to resize

SuspendableDocumentNodeEhParentTunnelingEventHappened Method

Is called by the parent when a tunneling event happened in the parent.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void EhParentTunnelingEventHappened(
	IDocumentNode sender,
	IDocumentNode originalSource,
	TunnelingEventArgs e
)

Parameters

sender  IDocumentNode
The sender (i.e. the parent of this instance).
originalSource  IDocumentNode
The original source of the tunneling event.
e  TunnelingEventArgs
The TunnelingEventArgs instance containing the event data.

Implements

IDocumentLeafNodeEhParentTunnelingEventHappened(IDocumentNode, IDocumentNode, TunnelingEventArgs)
IDocumentLeafNodeEhParentTunnelingEventHappened(IDocumentNode, IDocumentNode, TunnelingEventArgs)
See Also