Click or drag to resize

DataColumnCollectionOnTunnelingEvent Method

Fires the TunneledEvent event.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override 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