NNodeSubtreeChangeMonitor Class Properties
For a list of all members of this type, see NNodeSubtreeChangeMonitor members.
| Name | Description |
 | MonitorAggregatedSubtree | Gets or sets whether the aggregated subtree must be monitored for changes, or only the node children subtree must be monitored for changes. This property can only be modified prior to calling the StartMonitoring method. By default set to true. |
 | MonitorComputedValueChanges | Gets or sets whether the monitor needs to be informed about computed value changes or not. By default set to false. |
 | MonitoredNode | Gets the monitored node. |
Top