Click or drag to resize

SuspendableDocumentNodeBaseOnTunnelingEvent Method

Fires the TunneledEvent event.

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

Parameters

originalSource  IDocumentLeafNode
The original source of the tunneled event.
e  TunnelingEventArgs
The TunnelingEventArgs instance containing the event data.
See Also