SuspendableDocumentNodeBaseEhSelfTunnelingEventHappened(TunnelingEventArgs, Boolean) Method |
Is called by this instance if a tunneling event happened into this instance.
The tunneling event triggers the
TunneledEvent and is - depending on the provided parameter - also distributed to all childs of this instance.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void EhSelfTunnelingEventHappened(
TunnelingEventArgs e,
bool distributeThisEventToChilds
)
Parameters
- e TunnelingEventArgs
- The TunnelingEventArgs instance containing the event data.
- distributeThisEventToChilds Boolean
- if set to true, the tunneling event is distributed to all childs of this instance.
See Also