SuspendableDocumentNodeNotifyChildrenTunnelingEventHappened Method |
Notifies the child nodes of this instance that a tunneling event has happened.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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