Click or drag to resize

RelDocNodeProxySetWatchOnNode Method

Sets the watch on a node that is not our document node, but a node lower in the hierarchy. We watch both the Changed event and the TunneledEvent of this node.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void SetWatchOnNode(
	IDocumentLeafNode node
)

Parameters

node  IDocumentLeafNode
The node to watch.
See Also