Click or drag to resize

SuspendableDocumentNodeNotifyChildrenTunnelingEventHappened Method

Notifies the child nodes of this instance that a tunneling event has happened.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void NotifyChildrenTunnelingEventHappened(
	IDocumentNode originalSource,
	TunnelingEventArgs e
)

Parameters

originalSource  IDocumentNode
The original source of the tunneling event.
e  TunnelingEventArgs
The TunnelingEventArgs instance containing the event data.
See Also