Click or drag to resize

IDocumentLeafNodeEhParentTunnelingEventHappened Method

Handles a tunneling event raised by a parent document node.

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

Parameters

sender  IDocumentNode
The parent node that forwarded the tunneling event.
originalSource  IDocumentNode
The original source node where the event was raised.
e  TunnelingEventArgs
The event data associated with the tunneling event.
See Also