DocNodeProxyOnDocNode_TunnelingEvent Method |
Called when the doc node has changed. Can be overwritten in derived classes to implement additional functionality.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual bool OnDocNode_TunnelingEvent(
Object sender,
Object source,
TunnelingEventArgs e
)
Parameters
- sender Object
- The sender.
- source Object
- The source of this event.
- e TunnelingEventArgs
- The EventArgs instance containing the event data.
Return Value
BooleanTrue if the something has changed, thus the Changed event of the proxy (!) should be fired. Otherwise, false.
See Also