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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual void SetWatchOnNode(
IDocumentLeafNode node
)
Parameters
- node IDocumentLeafNode
- The node to watch.
See Also